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