pub struct Client<F, Model>{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<F, Model> Freeze for Client<F, Model>
impl<F, Model> !RefUnwindSafe for Client<F, Model>
impl<F, Model> Send for Client<F, Model>where
Model: Send,
impl<F, Model> !Sync for Client<F, Model>
impl<F, Model> Unpin for Client<F, Model>
impl<F, Model> !UnwindSafe for Client<F, Model>
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