pub struct ConsoleClient { /* private fields */ }Expand description
Client for Console domain commands.
Implementations§
Source§impl ConsoleClient
impl ConsoleClient
Auto Trait Implementations§
impl Freeze for ConsoleClient
impl !RefUnwindSafe for ConsoleClient
impl Send for ConsoleClient
impl Sync for ConsoleClient
impl Unpin for ConsoleClient
impl UnsafeUnpin for ConsoleClient
impl !UnwindSafe for ConsoleClient
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