pub struct EmailAddressGroup<State = Get> { /* private fields */ }
Implementations§
Source§impl EmailAddressGroup<Get>
impl EmailAddressGroup<Get>
Source§impl EmailAddressGroup
impl EmailAddressGroup
pub fn new() -> EmailAddressGroup<Set>
Trait Implementations§
Source§impl<State: Clone> Clone for EmailAddressGroup<State>
impl<State: Clone> Clone for EmailAddressGroup<State>
Source§fn clone(&self) -> EmailAddressGroup<State>
fn clone(&self) -> EmailAddressGroup<State>
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<State: Debug> Debug for EmailAddressGroup<State>
impl<State: Debug> Debug for EmailAddressGroup<State>
Source§impl<'de, State> Deserialize<'de> for EmailAddressGroup<State>
impl<'de, State> Deserialize<'de> for EmailAddressGroup<State>
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
Auto Trait Implementations§
impl<State> Freeze for EmailAddressGroup<State>
impl<State> RefUnwindSafe for EmailAddressGroup<State>where
State: RefUnwindSafe,
impl<State> Send for EmailAddressGroup<State>where
State: Send,
impl<State> Sync for EmailAddressGroup<State>where
State: Sync,
impl<State> Unpin for EmailAddressGroup<State>where
State: Unpin,
impl<State> UnwindSafe for EmailAddressGroup<State>where
State: UnwindSafe,
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