Struct mail_parser::Group
source · [−]Expand description
An RFC5322 address group.
Fields
name: Option<Cow<'x, str>>
Group name
addresses: Vec<Addr<'x>>
Addressess member of the group
Implementations
Trait Implementations
impl<'x> Eq for Group<'x>
impl<'x> StructuralEq for Group<'x>
impl<'x> StructuralPartialEq for Group<'x>
Auto Trait Implementations
impl<'x> RefUnwindSafe for Group<'x>
impl<'x> Send for Group<'x>
impl<'x> Sync for Group<'x>
impl<'x> Unpin for Group<'x>
impl<'x> UnwindSafe for Group<'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