pub struct BatchMsg(pub Vec<Cmd>);Expand description
BatchMsg is a message used to perform a bunch of commands concurrently with
no ordering guarantees. You can send a BatchMsg with batch.
Tuple Fields§
§0: Vec<Cmd>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BatchMsg
impl !UnwindSafe for BatchMsg
impl Freeze for BatchMsg
impl Send for BatchMsg
impl Sync for BatchMsg
impl Unpin for BatchMsg
impl UnsafeUnpin for BatchMsg
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