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