pub enum RagFreshnessStatus {
Fresh,
Stale,
Unknown,
TimeSensitive,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RagFreshnessStatus
impl Clone for RagFreshnessStatus
Source§fn clone(&self) -> RagFreshnessStatus
fn clone(&self) -> RagFreshnessStatus
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 RagFreshnessStatus
impl Debug for RagFreshnessStatus
Source§impl Display for RagFreshnessStatus
impl Display for RagFreshnessStatus
Source§impl FromStr for RagFreshnessStatus
impl FromStr for RagFreshnessStatus
Source§impl Hash for RagFreshnessStatus
impl Hash for RagFreshnessStatus
Source§impl Ord for RagFreshnessStatus
impl Ord for RagFreshnessStatus
Source§fn cmp(&self, other: &RagFreshnessStatus) -> Ordering
fn cmp(&self, other: &RagFreshnessStatus) -> 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 RagFreshnessStatus
impl PartialEq for RagFreshnessStatus
Source§impl PartialOrd for RagFreshnessStatus
impl PartialOrd for RagFreshnessStatus
impl Copy for RagFreshnessStatus
impl Eq for RagFreshnessStatus
impl StructuralPartialEq for RagFreshnessStatus
Auto Trait Implementations§
impl Freeze for RagFreshnessStatus
impl RefUnwindSafe for RagFreshnessStatus
impl Send for RagFreshnessStatus
impl Sync for RagFreshnessStatus
impl Unpin for RagFreshnessStatus
impl UnsafeUnpin for RagFreshnessStatus
impl UnwindSafe for RagFreshnessStatus
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