Enum RagContextAssemblyKind
pub enum RagContextAssemblyKind {
Append,
Compress,
Summarize,
MapReduce,
Windowed,
Hierarchical,
Custom,
}Variants§
Implementations§
§impl RagContextAssemblyKind
impl RagContextAssemblyKind
pub const ALL: &'static [RagContextAssemblyKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for RagContextAssemblyKind
impl Clone for RagContextAssemblyKind
§fn clone(&self) -> RagContextAssemblyKind
fn clone(&self) -> RagContextAssemblyKind
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 RagContextAssemblyKind
impl Debug for RagContextAssemblyKind
§impl Display for RagContextAssemblyKind
impl Display for RagContextAssemblyKind
§impl FromStr for RagContextAssemblyKind
impl FromStr for RagContextAssemblyKind
§impl Hash for RagContextAssemblyKind
impl Hash for RagContextAssemblyKind
§impl Ord for RagContextAssemblyKind
impl Ord for RagContextAssemblyKind
§fn cmp(&self, other: &RagContextAssemblyKind) -> Ordering
fn cmp(&self, other: &RagContextAssemblyKind) -> 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 RagContextAssemblyKind
impl PartialEq for RagContextAssemblyKind
§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