pub struct LlamaBlock;Expand description
Minimal Llama block composition.
Implementations§
Auto Trait Implementations§
impl Freeze for LlamaBlock
impl RefUnwindSafe for LlamaBlock
impl Send for LlamaBlock
impl Sync for LlamaBlock
impl Unpin for LlamaBlock
impl UnsafeUnpin for LlamaBlock
impl UnwindSafe for LlamaBlock
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