pub enum HumanReadable {
NotReadable = 0,
ReadableAlignsToLeft = 1,
ReadableAlignsToCenter = 2,
ReadableAlignsToRight = 3,
}Variants§
Trait Implementations§
Source§impl Debug for HumanReadable
impl Debug for HumanReadable
Auto Trait Implementations§
impl Freeze for HumanReadable
impl RefUnwindSafe for HumanReadable
impl Send for HumanReadable
impl Sync for HumanReadable
impl Unpin for HumanReadable
impl UnwindSafe for HumanReadable
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