pub struct EmailAuthentication { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for EmailAuthentication
impl Clone for EmailAuthentication
Source§fn clone(&self) -> EmailAuthentication
fn clone(&self) -> EmailAuthentication
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 EmailAuthentication
impl Debug for EmailAuthentication
Source§impl Default for EmailAuthentication
impl Default for EmailAuthentication
Source§impl From<EmailAuthentication> for EmailAuthentication
impl From<EmailAuthentication> for EmailAuthentication
Source§fn from(value: EmailAuthentication) -> Self
fn from(value: EmailAuthentication) -> Self
Converts to this type from the input type.
Source§impl TryFrom<EmailAuthentication> for EmailAuthentication
impl TryFrom<EmailAuthentication> for EmailAuthentication
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: EmailAuthentication) -> Result<Self, ConversionError>
fn try_from(value: EmailAuthentication) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for EmailAuthentication
impl RefUnwindSafe for EmailAuthentication
impl Send for EmailAuthentication
impl Sync for EmailAuthentication
impl Unpin for EmailAuthentication
impl UnwindSafe for EmailAuthentication
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