pub enum LsFormat {
Table,
Json,
}
Expand description
Ls output format
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LsFormat
impl RefUnwindSafe for LsFormat
impl Send for LsFormat
impl Sync for LsFormat
impl Unpin for LsFormat
impl UnwindSafe for LsFormat
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