pub struct InlineQueryResultContact { /* private fields */ }
Expand description
Represents a user contact
Implementations§
Trait Implementations§
Source§impl AsRef<InlineQueryResultContact> for InlineQueryResultContact
impl AsRef<InlineQueryResultContact> for InlineQueryResultContact
Source§fn as_ref(&self) -> &InlineQueryResultContact
fn as_ref(&self) -> &InlineQueryResultContact
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for InlineQueryResultContact
impl Clone for InlineQueryResultContact
Source§fn clone(&self) -> InlineQueryResultContact
fn clone(&self) -> InlineQueryResultContact
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InlineQueryResultContact
impl Debug for InlineQueryResultContact
Source§impl Default for InlineQueryResultContact
impl Default for InlineQueryResultContact
Source§fn default() -> InlineQueryResultContact
fn default() -> InlineQueryResultContact
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineQueryResultContact
impl<'de> Deserialize<'de> for InlineQueryResultContact
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for InlineQueryResultContact
impl Serialize for InlineQueryResultContact
impl TDInlineQueryResult for InlineQueryResultContact
Auto Trait Implementations§
impl Freeze for InlineQueryResultContact
impl RefUnwindSafe for InlineQueryResultContact
impl Send for InlineQueryResultContact
impl Sync for InlineQueryResultContact
impl Unpin for InlineQueryResultContact
impl UnwindSafe for InlineQueryResultContact
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more