pub struct gguf_context { /* private fields */ }Trait Implementations§
Source§impl Clone for gguf_context
impl Clone for gguf_context
impl Copy for gguf_context
Auto Trait Implementations§
impl Freeze for gguf_context
impl RefUnwindSafe for gguf_context
impl Send for gguf_context
impl Sync for gguf_context
impl Unpin for gguf_context
impl UnsafeUnpin for gguf_context
impl UnwindSafe for gguf_context
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