pub enum AiQuotaKind {
HardLimit,
SoftLimit,
Burst,
Trial,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiQuotaKind
impl Clone for AiQuotaKind
Source§fn clone(&self) -> AiQuotaKind
fn clone(&self) -> AiQuotaKind
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 AiQuotaKind
impl Debug for AiQuotaKind
Source§impl Display for AiQuotaKind
impl Display for AiQuotaKind
Source§impl FromStr for AiQuotaKind
impl FromStr for AiQuotaKind
Source§impl Hash for AiQuotaKind
impl Hash for AiQuotaKind
Source§impl Ord for AiQuotaKind
impl Ord for AiQuotaKind
Source§fn cmp(&self, other: &AiQuotaKind) -> Ordering
fn cmp(&self, other: &AiQuotaKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiQuotaKind
impl PartialEq for AiQuotaKind
Source§impl PartialOrd for AiQuotaKind
impl PartialOrd for AiQuotaKind
impl Copy for AiQuotaKind
impl Eq for AiQuotaKind
impl StructuralPartialEq for AiQuotaKind
Auto Trait Implementations§
impl Freeze for AiQuotaKind
impl RefUnwindSafe for AiQuotaKind
impl Send for AiQuotaKind
impl Sync for AiQuotaKind
impl Unpin for AiQuotaKind
impl UnsafeUnpin for AiQuotaKind
impl UnwindSafe for AiQuotaKind
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