pub enum LogSize {
B(usize),
KB(usize),
MB(usize),
GB(usize),
TB(usize),
EB(usize),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogSize
impl RefUnwindSafe for LogSize
impl Send for LogSize
impl Sync for LogSize
impl Unpin for LogSize
impl UnwindSafe for LogSize
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