pub struct BridgeClient { /* private fields */ }Expand description
HTTP client for the backend /chat endpoint.
Implementations§
Trait Implementations§
Source§impl Clone for BridgeClient
impl Clone for BridgeClient
Source§fn clone(&self) -> BridgeClient
fn clone(&self) -> BridgeClient
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 moreAuto Trait Implementations§
impl Freeze for BridgeClient
impl !RefUnwindSafe for BridgeClient
impl Send for BridgeClient
impl Sync for BridgeClient
impl Unpin for BridgeClient
impl UnsafeUnpin for BridgeClient
impl !UnwindSafe for BridgeClient
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