[−][src]Enum telegram_bot::types::InputMessageContent
This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 4 types:
Variants
InputTextMessageContent(InputTextMessageContent)
Represents the content of a text message to be sent as the result of an inline query.
InputLocationMessageContent(InputLocationMessageContent)
Represents the content of a location message to be sent as the result of an inline query.
InputVenueMessageContent(InputVenueMessageContent)
Represents the content of a venue message to be sent as the result of an inline query.
InputContactMessageContent(InputContactMessageContent)
Represents the content of a contact message to be sent as the result of an inline query.
Trait Implementations
impl Debug for InputMessageContent
[src]
impl From<InputContactMessageContent> for InputMessageContent
[src]
pub fn from(value: InputContactMessageContent) -> InputMessageContent
[src]
impl From<InputLocationMessageContent> for InputMessageContent
[src]
pub fn from(value: InputLocationMessageContent) -> InputMessageContent
[src]
impl From<InputTextMessageContent> for InputMessageContent
[src]
pub fn from(value: InputTextMessageContent) -> InputMessageContent
[src]
impl From<InputVenueMessageContent> for InputMessageContent
[src]
pub fn from(value: InputVenueMessageContent) -> InputMessageContent
[src]
impl Serialize for InputMessageContent
[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Auto Trait Implementations
impl RefUnwindSafe for InputMessageContent
[src]
impl Send for InputMessageContent
[src]
impl Sync for InputMessageContent
[src]
impl Unpin for InputMessageContent
[src]
impl UnwindSafe for InputMessageContent
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,
impl<T> WithSubscriber for T
[src]
pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
[src]
S: Into<Dispatch>,