pub enum MessageSubtype {
RFC822,
Partial,
External,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for MessageSubtype
impl Clone for MessageSubtype
Source§fn clone(&self) -> MessageSubtype
fn clone(&self) -> MessageSubtype
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 MessageSubtype
impl Debug for MessageSubtype
Source§impl Default for MessageSubtype
impl Default for MessageSubtype
Source§fn default() -> MessageSubtype
fn default() -> MessageSubtype
Returns the “default value” for a type. Read more
Source§impl PartialEq for MessageSubtype
impl PartialEq for MessageSubtype
Source§impl ToString for MessageSubtype
impl ToString for MessageSubtype
impl StructuralPartialEq for MessageSubtype
Auto Trait Implementations§
impl Freeze for MessageSubtype
impl RefUnwindSafe for MessageSubtype
impl Send for MessageSubtype
impl Sync for MessageSubtype
impl Unpin for MessageSubtype
impl UnwindSafe for MessageSubtype
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