pub enum SwapEntryHeader {
Name,
SwapType,
Size,
Used,
Prio,
}Variants§
Trait Implementations§
Source§impl Clone for SwapEntryHeader
impl Clone for SwapEntryHeader
Source§fn clone(&self) -> SwapEntryHeader
fn clone(&self) -> SwapEntryHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ColsHeader for SwapEntryHeader
impl ColsHeader for SwapEntryHeader
Source§impl Debug for SwapEntryHeader
impl Debug for SwapEntryHeader
Source§impl PartialEq for SwapEntryHeader
impl PartialEq for SwapEntryHeader
impl Copy for SwapEntryHeader
impl Eq for SwapEntryHeader
impl StructuralPartialEq for SwapEntryHeader
Auto Trait Implementations§
impl Freeze for SwapEntryHeader
impl RefUnwindSafe for SwapEntryHeader
impl Send for SwapEntryHeader
impl Sync for SwapEntryHeader
impl Unpin for SwapEntryHeader
impl UnsafeUnpin for SwapEntryHeader
impl UnwindSafe for SwapEntryHeader
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