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