Struct mail_parser::parsers::fields::address::AddressParser
source · [−]pub struct AddressParser<'x> { /* private fields */ }Auto Trait Implementations
impl<'x> RefUnwindSafe for AddressParser<'x>
impl<'x> Send for AddressParser<'x>
impl<'x> Sync for AddressParser<'x>
impl<'x> Unpin for AddressParser<'x>
impl<'x> UnwindSafe for AddressParser<'x>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more