pub enum Col {
Show 19 variants
Id,
Dev,
Filesystem,
Label,
Type,
Remote,
Disk,
Used,
Use,
UsePercent,
Free,
FreePercent,
Size,
InodesUsed,
InodesUse,
InodesUsePercent,
InodesFree,
InodesCount,
MountPoint,
}Expand description
A column of the lfs table.
Variants§
Id
Dev
Filesystem
Label
Type
Remote
Disk
Used
Use
UsePercent
Free
FreePercent
Size
InodesUsed
InodesUse
InodesUsePercent
InodesFree
InodesCount
MountPoint
Implementations§
source§impl Col
impl Col
pub fn header_align(self) -> Alignment
pub fn content_align(self) -> Alignment
pub fn description(self) -> &'static str
pub fn comparator( self ) -> impl for<'a, 'b> FnMut(&'a Mount, &'b Mount) -> Ordering
pub fn default_sort_order(self) -> Order
pub fn default_sort_col() -> Self
Trait Implementations§
source§impl FromStr for Col
impl FromStr for Col
§type Err = ParseColError
type Err = ParseColError
The associated error which can be returned from parsing.
impl Copy for Col
impl StructuralPartialEq for Col
Auto Trait Implementations§
impl Freeze for Col
impl RefUnwindSafe for Col
impl Send for Col
impl Sync for Col
impl Unpin for Col
impl UnwindSafe for Col
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