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