pub enum AiContextFitStatus {
Fits,
Truncated,
Summarized,
Omitted,
Overflow,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiContextFitStatus
impl Clone for AiContextFitStatus
Source§fn clone(&self) -> AiContextFitStatus
fn clone(&self) -> AiContextFitStatus
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 AiContextFitStatus
impl Debug for AiContextFitStatus
Source§impl Display for AiContextFitStatus
impl Display for AiContextFitStatus
Source§impl FromStr for AiContextFitStatus
impl FromStr for AiContextFitStatus
Source§impl Hash for AiContextFitStatus
impl Hash for AiContextFitStatus
Source§impl Ord for AiContextFitStatus
impl Ord for AiContextFitStatus
Source§fn cmp(&self, other: &AiContextFitStatus) -> Ordering
fn cmp(&self, other: &AiContextFitStatus) -> 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 AiContextFitStatus
impl PartialEq for AiContextFitStatus
Source§fn eq(&self, other: &AiContextFitStatus) -> bool
fn eq(&self, other: &AiContextFitStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiContextFitStatus
impl PartialOrd for AiContextFitStatus
impl Copy for AiContextFitStatus
impl Eq for AiContextFitStatus
impl StructuralPartialEq for AiContextFitStatus
Auto Trait Implementations§
impl Freeze for AiContextFitStatus
impl RefUnwindSafe for AiContextFitStatus
impl Send for AiContextFitStatus
impl Sync for AiContextFitStatus
impl Unpin for AiContextFitStatus
impl UnsafeUnpin for AiContextFitStatus
impl UnwindSafe for AiContextFitStatus
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