pub enum Col {
Show 23 variants
Id,
Dev,
Filesystem,
Label,
Type,
Remote,
Disk,
Used,
Use,
UsePercent,
Free,
FreePercent,
Size,
InodesUsed,
InodesUse,
InodesUsePercent,
InodesFree,
InodesCount,
MountPoint,
Uuid,
PartUuid,
MountOptions,
CompressLevel,
}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
Uuid
PartUuid
MountOptions
CompressLevel
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§
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