Struct imap_proto::types::Address
source · [−]pub struct Address<'a> {
pub name: Option<Cow<'a, [u8]>>,
pub adl: Option<Cow<'a, [u8]>>,
pub mailbox: Option<Cow<'a, [u8]>>,
pub host: Option<Cow<'a, [u8]>>,
}Fields
name: Option<Cow<'a, [u8]>>adl: Option<Cow<'a, [u8]>>mailbox: Option<Cow<'a, [u8]>>host: Option<Cow<'a, [u8]>>Implementations
sourceimpl<'a> Address<'a>
impl<'a> Address<'a>
pub fn into_owned(self) -> Address<'static>
Trait Implementations
impl<'a> Eq for Address<'a>
impl<'a> StructuralEq for Address<'a>
impl<'a> StructuralPartialEq for Address<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Address<'a>
impl<'a> Send for Address<'a>
impl<'a> Sync for Address<'a>
impl<'a> Unpin for Address<'a>
impl<'a> UnwindSafe for Address<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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