pub struct UserContactLink {
pub user_contact_link_id: i64,
pub conn_link_contact: CreatedConnLink,
pub short_link_data_set: bool,
pub short_link_large_data_set: bool,
pub address_settings: AddressSettings,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§user_contact_link_id: i64§conn_link_contact: CreatedConnLink§short_link_data_set: bool§short_link_large_data_set: bool§address_settings: AddressSettings§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for UserContactLink
impl Clone for UserContactLink
Source§fn clone(&self) -> UserContactLink
fn clone(&self) -> UserContactLink
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 UserContactLink
impl Debug for UserContactLink
Source§impl<'de> Deserialize<'de> for UserContactLink
impl<'de> Deserialize<'de> for UserContactLink
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 UserContactLink
impl PartialEq for UserContactLink
Source§impl Serialize for UserContactLink
impl Serialize for UserContactLink
impl StructuralPartialEq for UserContactLink
Auto Trait Implementations§
impl Freeze for UserContactLink
impl RefUnwindSafe for UserContactLink
impl Send for UserContactLink
impl Sync for UserContactLink
impl Unpin for UserContactLink
impl UnwindSafe for UserContactLink
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