pub enum SparseFileFormat {
Json(bool),
Yaml,
}Variants§
Trait Implementations§
Source§impl Clone for SparseFileFormat
impl Clone for SparseFileFormat
Source§fn clone(&self) -> SparseFileFormat
fn clone(&self) -> SparseFileFormat
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 SparseFileFormat
impl Debug for SparseFileFormat
Source§impl Default for SparseFileFormat
impl Default for SparseFileFormat
impl Copy for SparseFileFormat
Auto Trait Implementations§
impl Freeze for SparseFileFormat
impl RefUnwindSafe for SparseFileFormat
impl Send for SparseFileFormat
impl Sync for SparseFileFormat
impl Unpin for SparseFileFormat
impl UnwindSafe for SparseFileFormat
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