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