pub enum FormatMode {
Compact,
Full,
}
Expand description
Formatting mode
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