Enum nix::sys::quota::QuotaType
#[repr(i32)]
#[non_exhaustive]
pub enum QuotaType {
USRQUOTA,
GRPQUOTA,
}Documentation
The scope of the quota.
Variants
USRQUOTASpecify a user quota
GRPQUOTASpecify a group quota
Trait Implementations
impl Debug for QuotaType
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for QuotaType
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl Ord for QuotaType
fn cmp(&Self, other: &QuotaType) -> $crate::cmp::Orderingimpl PartialOrd<QuotaType> for QuotaType
fn partial_cmp(&Self, other: &QuotaType) -> $crate::option::Option<$crate::cmp::Ordering>impl StructuralEq for QuotaTypeimpl StructuralPartialEq for QuotaTypeAuto Trait Implementations
impl RefUnwindSafe for QuotaTypeimpl UnwindSafe for QuotaTypeBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T