pub enum QgroupLimitSize {
Bytes(u64),
None,
}Expand description
A size limit that is either a byte count or “none” to remove the limit.
Variants§
Trait Implementations§
Source§impl Clone for QgroupLimitSize
impl Clone for QgroupLimitSize
Source§fn clone(&self) -> QgroupLimitSize
fn clone(&self) -> QgroupLimitSize
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 Debug for QgroupLimitSize
impl Debug for QgroupLimitSize
Auto Trait Implementations§
impl Freeze for QgroupLimitSize
impl RefUnwindSafe for QgroupLimitSize
impl Send for QgroupLimitSize
impl Sync for QgroupLimitSize
impl Unpin for QgroupLimitSize
impl UnsafeUnpin for QgroupLimitSize
impl UnwindSafe for QgroupLimitSize
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