pub enum SetDiskLimitValue {
Bytes(u64),
None,
}Variants§
Trait Implementations§
Source§impl Clone for SetDiskLimitValue
impl Clone for SetDiskLimitValue
Source§fn clone(&self) -> SetDiskLimitValue
fn clone(&self) -> SetDiskLimitValue
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 moreAuto Trait Implementations§
impl Freeze for SetDiskLimitValue
impl RefUnwindSafe for SetDiskLimitValue
impl Send for SetDiskLimitValue
impl Sync for SetDiskLimitValue
impl Unpin for SetDiskLimitValue
impl UnsafeUnpin for SetDiskLimitValue
impl UnwindSafe for SetDiskLimitValue
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