pub struct ContactShortLinkData {
pub profile: Profile,
pub message: Option<MsgContent>,
pub business: bool,
pub undocumented: HashMap<String, JsonObject>,
}Fields§
§profile: Profile§message: Option<MsgContent>§business: bool§undocumented: HashMap<String, JsonObject>Trait Implementations§
Source§impl Clone for ContactShortLinkData
impl Clone for ContactShortLinkData
Source§fn clone(&self) -> ContactShortLinkData
fn clone(&self) -> ContactShortLinkData
Returns a duplicate 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 ContactShortLinkData
impl Debug for ContactShortLinkData
Source§impl<'de> Deserialize<'de> for ContactShortLinkData
impl<'de> Deserialize<'de> for ContactShortLinkData
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 PartialEq for ContactShortLinkData
impl PartialEq for ContactShortLinkData
Source§impl Serialize for ContactShortLinkData
impl Serialize for ContactShortLinkData
impl StructuralPartialEq for ContactShortLinkData
Auto Trait Implementations§
impl Freeze for ContactShortLinkData
impl RefUnwindSafe for ContactShortLinkData
impl Send for ContactShortLinkData
impl Sync for ContactShortLinkData
impl Unpin for ContactShortLinkData
impl UnwindSafe for ContactShortLinkData
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