pub struct CommandManager { /* private fields */ }
Trait Implementations§
Source§impl EventManager for CommandManager
impl EventManager for CommandManager
Source§fn get_status(&mut self) -> Result<Status>
fn get_status(&mut self) -> Result<Status>
Creates a new TCP connection to the management interface and sends a status request. The response is then parsed into the status response with the client information. This can be used by applications which are polling the management interface for status updates
Auto Trait Implementations§
impl Freeze for CommandManager
impl RefUnwindSafe for CommandManager
impl Send for CommandManager
impl Sync for CommandManager
impl Unpin for CommandManager
impl UnwindSafe for CommandManager
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