pub struct MailboxName(/* private fields */);Implementations§
Source§impl MailboxName
impl MailboxName
Trait Implementations§
Source§impl Clone for MailboxName
impl Clone for MailboxName
Source§fn clone(&self) -> MailboxName
fn clone(&self) -> MailboxName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MailboxName
impl Debug for MailboxName
Source§impl Default for MailboxName
impl Default for MailboxName
Source§fn default() -> MailboxName
fn default() -> MailboxName
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MailboxName
impl<'de> Deserialize<'de> for MailboxName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for MailboxName
impl Hash for MailboxName
Source§impl Ord for MailboxName
impl Ord for MailboxName
Source§fn cmp(&self, other: &MailboxName) -> Ordering
fn cmp(&self, other: &MailboxName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MailboxName
impl PartialEq for MailboxName
Source§impl PartialOrd for MailboxName
impl PartialOrd for MailboxName
Source§impl Serialize for MailboxName
impl Serialize for MailboxName
impl Eq for MailboxName
impl StructuralPartialEq for MailboxName
Auto Trait Implementations§
impl Freeze for MailboxName
impl RefUnwindSafe for MailboxName
impl Send for MailboxName
impl Sync for MailboxName
impl Unpin for MailboxName
impl UnsafeUnpin for MailboxName
impl UnwindSafe for MailboxName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.