pub enum MboxFormat {
MboxO,
MboxRd,
MboxCl,
MboxCl2,
}Expand description
Supported mbox format variants for “From “ line escaping strategies.
Variants§
Trait Implementations§
Source§impl Clone for MboxFormat
impl Clone for MboxFormat
Source§fn clone(&self) -> MboxFormat
fn clone(&self) -> MboxFormat
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 MboxFormat
impl Debug for MboxFormat
Source§impl PartialEq for MboxFormat
impl PartialEq for MboxFormat
impl StructuralPartialEq for MboxFormat
Auto Trait Implementations§
impl Freeze for MboxFormat
impl RefUnwindSafe for MboxFormat
impl Send for MboxFormat
impl Sync for MboxFormat
impl Unpin for MboxFormat
impl UnsafeUnpin for MboxFormat
impl UnwindSafe for MboxFormat
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