pub struct Dispatcher<'a> { /* private fields */ }
Implementations§
source§impl Dispatcher<'_>
impl Dispatcher<'_>
pub fn create() -> Dispatcher<'static>
pub fn exec_command(&mut self, cmd: ExecCommand) -> Message
pub fn cli_command(&mut self, cmd: CliCommand, stream: &mut IpcStream)
Auto Trait Implementations§
impl<'a> Freeze for Dispatcher<'a>
impl<'a> RefUnwindSafe for Dispatcher<'a>
impl<'a> Send for Dispatcher<'a>
impl<'a> Sync for Dispatcher<'a>
impl<'a> Unpin for Dispatcher<'a>
impl<'a> UnwindSafe for Dispatcher<'a>
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