pub struct EmailsSpecified {}Trait Implementations§
Source§impl Clone for EmailsSpecified
impl Clone for EmailsSpecified
Source§fn clone(&self) -> EmailsSpecified
fn clone(&self) -> EmailsSpecified
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 Copy for EmailsSpecified
Auto Trait Implementations§
impl Freeze for EmailsSpecified
impl RefUnwindSafe for EmailsSpecified
impl Send for EmailsSpecified
impl Sync for EmailsSpecified
impl Unpin for EmailsSpecified
impl UnsafeUnpin for EmailsSpecified
impl UnwindSafe for EmailsSpecified
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