Struct imap_types::message::Part
source · pub struct Part(pub NonEmptyVec<NonZeroU32>);Tuple Fields§
§0: NonEmptyVec<NonZeroU32>Trait Implementations§
source§impl PartialEq<Part> for Part
impl PartialEq<Part> for Part
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§
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