pub struct BatchMsg(pub Vec<Cmd>);Expand description
Message for batch command execution.
This is produced by batch and handled by the program runtime.
Tuple Fields§
§0: Vec<Cmd>Auto Trait Implementations§
impl Freeze for BatchMsg
impl !RefUnwindSafe for BatchMsg
impl Send for BatchMsg
impl !Sync for BatchMsg
impl Unpin for BatchMsg
impl !UnwindSafe 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