pub struct AiModelContextWindow(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AiModelContextWindow
impl Clone for AiModelContextWindow
Source§fn clone(&self) -> AiModelContextWindow
fn clone(&self) -> AiModelContextWindow
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 AiModelContextWindow
impl Debug for AiModelContextWindow
Source§impl Hash for AiModelContextWindow
impl Hash for AiModelContextWindow
Source§impl Ord for AiModelContextWindow
impl Ord for AiModelContextWindow
Source§fn cmp(&self, other: &AiModelContextWindow) -> Ordering
fn cmp(&self, other: &AiModelContextWindow) -> 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 AiModelContextWindow
impl PartialEq for AiModelContextWindow
Source§fn eq(&self, other: &AiModelContextWindow) -> bool
fn eq(&self, other: &AiModelContextWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiModelContextWindow
impl PartialOrd for AiModelContextWindow
impl Copy for AiModelContextWindow
impl Eq for AiModelContextWindow
impl StructuralPartialEq for AiModelContextWindow
Auto Trait Implementations§
impl Freeze for AiModelContextWindow
impl RefUnwindSafe for AiModelContextWindow
impl Send for AiModelContextWindow
impl Sync for AiModelContextWindow
impl Unpin for AiModelContextWindow
impl UnsafeUnpin for AiModelContextWindow
impl UnwindSafe for AiModelContextWindow
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