pub struct BaseLlmConnection {}Expand description
The base class for a live model connection.
Trait Implementations§
Source§impl Clone for BaseLlmConnection
impl Clone for BaseLlmConnection
Source§fn clone(&self) -> BaseLlmConnection
fn clone(&self) -> BaseLlmConnection
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 moreSource§impl Debug for BaseLlmConnection
impl Debug for BaseLlmConnection
Source§impl Default for BaseLlmConnection
impl Default for BaseLlmConnection
Source§fn default() -> BaseLlmConnection
fn default() -> BaseLlmConnection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BaseLlmConnection
impl RefUnwindSafe for BaseLlmConnection
impl Send for BaseLlmConnection
impl Sync for BaseLlmConnection
impl Unpin for BaseLlmConnection
impl UnwindSafe for BaseLlmConnection
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