Struct AiContextWindow
pub struct AiContextWindow { /* private fields */ }Implementations§
§impl AiContextWindow
impl AiContextWindow
pub const fn new(size: AiContextWindowSize) -> AiContextWindow
pub const fn size(self) -> AiContextWindowSize
Trait Implementations§
§impl Clone for AiContextWindow
impl Clone for AiContextWindow
§fn clone(&self) -> AiContextWindow
fn clone(&self) -> AiContextWindow
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 AiContextWindow
impl Debug for AiContextWindow
§impl Hash for AiContextWindow
impl Hash for AiContextWindow
§impl Ord for AiContextWindow
impl Ord for AiContextWindow
§impl PartialEq for AiContextWindow
impl PartialEq for AiContextWindow
§impl PartialOrd for AiContextWindow
impl PartialOrd for AiContextWindow
impl Copy for AiContextWindow
impl Eq for AiContextWindow
impl StructuralPartialEq for AiContextWindow
Auto Trait Implementations§
impl Freeze for AiContextWindow
impl RefUnwindSafe for AiContextWindow
impl Send for AiContextWindow
impl Sync for AiContextWindow
impl Unpin for AiContextWindow
impl UnsafeUnpin for AiContextWindow
impl UnwindSafe for AiContextWindow
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