pub struct Df(pub Vec<DfLine>);
Expand description
df
command representation
Tuple Fields§
§0: Vec<DfLine>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Df
impl RefUnwindSafe for Df
impl Send for Df
impl Sync for Df
impl Unpin for Df
impl UnwindSafe for Df
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