pub enum AiContextPriority {
Low,
Normal,
High,
Critical,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiContextPriority
impl Clone for AiContextPriority
Source§fn clone(&self) -> AiContextPriority
fn clone(&self) -> AiContextPriority
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AiContextPriority
impl Debug for AiContextPriority
Source§impl Display for AiContextPriority
impl Display for AiContextPriority
Source§impl FromStr for AiContextPriority
impl FromStr for AiContextPriority
Source§impl Hash for AiContextPriority
impl Hash for AiContextPriority
Source§impl Ord for AiContextPriority
impl Ord for AiContextPriority
Source§fn cmp(&self, other: &AiContextPriority) -> Ordering
fn cmp(&self, other: &AiContextPriority) -> Ordering
1.21.0 (const: unstable) · 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 AiContextPriority
impl PartialEq for AiContextPriority
Source§fn eq(&self, other: &AiContextPriority) -> bool
fn eq(&self, other: &AiContextPriority) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiContextPriority
impl PartialOrd for AiContextPriority
impl Copy for AiContextPriority
impl Eq for AiContextPriority
impl StructuralPartialEq for AiContextPriority
Auto Trait Implementations§
impl Freeze for AiContextPriority
impl RefUnwindSafe for AiContextPriority
impl Send for AiContextPriority
impl Sync for AiContextPriority
impl Unpin for AiContextPriority
impl UnsafeUnpin for AiContextPriority
impl UnwindSafe for AiContextPriority
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