pub enum DumpFormat {
Display,
Sexp,
Json,
}Variants§
Trait Implementations§
Source§impl Debug for DumpFormat
impl Debug for DumpFormat
Auto Trait Implementations§
impl Freeze for DumpFormat
impl RefUnwindSafe for DumpFormat
impl Send for DumpFormat
impl Sync for DumpFormat
impl Unpin for DumpFormat
impl UnwindSafe for DumpFormat
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