pub struct EmailParseResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for EmailParseResponse
impl Clone for EmailParseResponse
Source§fn clone(&self) -> EmailParseResponse
fn clone(&self) -> EmailParseResponse
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 EmailParseResponse
impl Debug for EmailParseResponse
Source§impl<'de> Deserialize<'de> for EmailParseResponse
impl<'de> Deserialize<'de> for EmailParseResponse
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 Freeze for EmailParseResponse
impl RefUnwindSafe for EmailParseResponse
impl Send for EmailParseResponse
impl Sync for EmailParseResponse
impl Unpin for EmailParseResponse
impl UnwindSafe for EmailParseResponse
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