pub enum DumpFormat {
Json,
Just,
}
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for DumpFormat
impl Clone for DumpFormat
Sourceยงfn clone(&self) -> DumpFormat
fn clone(&self) -> DumpFormat
Returns a copy 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 DumpFormat
impl Debug for DumpFormat
Sourceยงimpl PartialEq for DumpFormat
impl PartialEq for DumpFormat
Sourceยงimpl ValueEnum for DumpFormat
impl ValueEnum for DumpFormat
impl StructuralPartialEq 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