pub struct ObjectId(/* private fields */);Expand description
An IMAP object identifier (MAILBOXID, EMAILID, THREADID).
RFC 8474 Section 4:
objectid = 1*255(ALPHA / DIGIT / "_" / "-")Used for MAILBOXID, EMAILID, and THREADID values.
Implementations§
Trait Implementations§
impl Eq for ObjectId
impl StructuralPartialEq for ObjectId
Auto Trait Implementations§
impl Freeze for ObjectId
impl RefUnwindSafe for ObjectId
impl Send for ObjectId
impl Sync for ObjectId
impl Unpin for ObjectId
impl UnsafeUnpin for ObjectId
impl UnwindSafe for ObjectId
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