pub struct PersonSocialNetworkingService {
pub service: Option<Option<String>>,
pub canonical_url: Option<Option<String>>,
pub internal_id: Option<Option<String>>,
}Fields§
§service: Option<Option<String>>§canonical_url: Option<Option<String>>§internal_id: Option<Option<String>>Implementations§
Trait Implementations§
Source§impl Clone for PersonSocialNetworkingService
impl Clone for PersonSocialNetworkingService
Source§fn clone(&self) -> PersonSocialNetworkingService
fn clone(&self) -> PersonSocialNetworkingService
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 Default for PersonSocialNetworkingService
impl Default for PersonSocialNetworkingService
Source§fn default() -> PersonSocialNetworkingService
fn default() -> PersonSocialNetworkingService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PersonSocialNetworkingService
impl<'de> Deserialize<'de> for PersonSocialNetworkingService
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 PersonSocialNetworkingService
impl PartialEq for PersonSocialNetworkingService
Source§fn eq(&self, other: &PersonSocialNetworkingService) -> bool
fn eq(&self, other: &PersonSocialNetworkingService) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PersonSocialNetworkingService
Auto Trait Implementations§
impl Freeze for PersonSocialNetworkingService
impl RefUnwindSafe for PersonSocialNetworkingService
impl Send for PersonSocialNetworkingService
impl Sync for PersonSocialNetworkingService
impl Unpin for PersonSocialNetworkingService
impl UnwindSafe for PersonSocialNetworkingService
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