pub struct SequenceMsg(pub Vec<Cmd>);Expand description
SequenceMsg is used internally to run the given commands in order.
Tuple Fields§
§0: Vec<Cmd>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SequenceMsg
impl !UnwindSafe for SequenceMsg
impl Freeze for SequenceMsg
impl Send for SequenceMsg
impl Sync for SequenceMsg
impl Unpin for SequenceMsg
impl UnsafeUnpin 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