pub struct ContactAddressPlanOkRef<'a> {
pub contact_s_link_data: &'a Option<ContactShortLinkData>,
pub owner_verification: &'a Option<OwnerVerification>,
}Fields§
§contact_s_link_data: &'a Option<ContactShortLinkData>§owner_verification: &'a Option<OwnerVerification>Trait Implementations§
Source§impl<'a> Clone for ContactAddressPlanOkRef<'a>
impl<'a> Clone for ContactAddressPlanOkRef<'a>
Source§fn clone(&self) -> ContactAddressPlanOkRef<'a>
fn clone(&self) -> ContactAddressPlanOkRef<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for ContactAddressPlanOkRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for ContactAddressPlanOkRef<'a>
impl<'a> RefUnwindSafe for ContactAddressPlanOkRef<'a>
impl<'a> Send for ContactAddressPlanOkRef<'a>
impl<'a> Sync for ContactAddressPlanOkRef<'a>
impl<'a> Unpin for ContactAddressPlanOkRef<'a>
impl<'a> UnsafeUnpin for ContactAddressPlanOkRef<'a>
impl<'a> UnwindSafe for ContactAddressPlanOkRef<'a>
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