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