Enum RagFreshnessStatus
pub enum RagFreshnessStatus {
Fresh,
Stale,
Unknown,
TimeSensitive,
}Variants§
Implementations§
§impl RagFreshnessStatus
impl RagFreshnessStatus
pub const ALL: &'static [RagFreshnessStatus]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for RagFreshnessStatus
impl Clone for RagFreshnessStatus
§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 more§impl Debug for RagFreshnessStatus
impl Debug for RagFreshnessStatus
§impl Display for RagFreshnessStatus
impl Display for RagFreshnessStatus
§impl FromStr for RagFreshnessStatus
impl FromStr for RagFreshnessStatus
§impl Hash for RagFreshnessStatus
impl Hash for RagFreshnessStatus
§impl Ord for RagFreshnessStatus
impl Ord for RagFreshnessStatus
§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
§impl PartialEq for RagFreshnessStatus
impl PartialEq for RagFreshnessStatus
§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