Struct imap_types::message::Part
source · [−]pub struct Part(pub NonEmptyVec<NonZeroU32>);Tuple Fields
0: NonEmptyVec<NonZeroU32>Trait Implementations
impl Eq for Part
impl StructuralEq for Part
impl StructuralPartialEq for Part
Auto Trait Implementations
impl RefUnwindSafe for Part
impl Send for Part
impl Sync for Part
impl Unpin for Part
impl UnwindSafe for Part
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