pub enum FormatMode {
Text,
Binary,
SplitBinary,
Integer,
SignedInteger,
Hex,
Backslash,
}Variants§
Auto Trait Implementations§
impl Freeze for FormatMode
impl RefUnwindSafe for FormatMode
impl Send for FormatMode
impl Sync for FormatMode
impl Unpin for FormatMode
impl UnwindSafe for FormatMode
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