pub struct Commands {
pub commands: Vec<Command>,
}Fields§
§commands: Vec<Command>Implementations§
Trait Implementations§
Source§impl From<Commands> for Instructions
impl From<Commands> for Instructions
Source§impl From<Commands> for Operations
impl From<Commands> for Operations
Source§impl IntoIterator for Commands
impl IntoIterator for Commands
Auto Trait Implementations§
impl Freeze for Commands
impl RefUnwindSafe for Commands
impl Send for Commands
impl Sync for Commands
impl Unpin for Commands
impl UnwindSafe for Commands
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