pub struct Dispatcher { /* private fields */ }Implementations§
source§impl Dispatcher
impl Dispatcher
pub fn new() -> Self
pub fn exec_command(&mut self, cmd: ExecCommand) -> Message
pub fn query_command(&mut self, cmd: QueryCommand, stream: &mut IpcStream)
Trait Implementations§
source§impl Default for Dispatcher
impl Default for Dispatcher
source§fn default() -> Dispatcher
fn default() -> Dispatcher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Dispatcher
impl RefUnwindSafe for Dispatcher
impl Send for Dispatcher
impl Sync for Dispatcher
impl Unpin for Dispatcher
impl UnwindSafe for Dispatcher
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