pub struct EmailAddressDiff {
pub person_link: Option<Url>,
}Expand description
Representation of the email_address-diff resource
Fields§
§person_link: Option<Url>Person
Implementations§
Trait Implementations§
Source§impl Clone for EmailAddressDiff
impl Clone for EmailAddressDiff
Source§fn clone(&self) -> EmailAddressDiff
fn clone(&self) -> EmailAddressDiff
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 EmailAddressDiff
impl Debug for EmailAddressDiff
Source§impl Default for EmailAddressDiff
impl Default for EmailAddressDiff
Source§impl<'de> Deserialize<'de> for EmailAddressDiff
impl<'de> Deserialize<'de> for EmailAddressDiff
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 EmailAddressDiff
impl PartialEq for EmailAddressDiff
Source§impl Serialize for EmailAddressDiff
impl Serialize for EmailAddressDiff
impl StructuralPartialEq for EmailAddressDiff
Auto Trait Implementations§
impl Freeze for EmailAddressDiff
impl RefUnwindSafe for EmailAddressDiff
impl Send for EmailAddressDiff
impl Sync for EmailAddressDiff
impl Unpin for EmailAddressDiff
impl UnwindSafe for EmailAddressDiff
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