pub struct AsyncDataCommandSender { /* private fields */ }Expand description
Asynchronous implementation of DataCommandSender for live environments.
Implementations§
Source§impl AsyncDataCommandSender
impl AsyncDataCommandSender
pub const fn new(cmd_tx: UnboundedSender<DataCommand>) -> Self
Trait Implementations§
Source§impl DataCommandSender for AsyncDataCommandSender
impl DataCommandSender for AsyncDataCommandSender
Source§fn execute(&self, command: DataCommand)
fn execute(&self, command: DataCommand)
Executes a data command. Read more
Auto Trait Implementations§
impl Freeze for AsyncDataCommandSender
impl RefUnwindSafe for AsyncDataCommandSender
impl Send for AsyncDataCommandSender
impl Sync for AsyncDataCommandSender
impl Unpin for AsyncDataCommandSender
impl UnsafeUnpin for AsyncDataCommandSender
impl UnwindSafe for AsyncDataCommandSender
Blanket Implementations§
impl<T> Allocation for T
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