Struct timeblok::ir::command::CommandCall
source · pub struct CommandCall {
pub command: String,
pub args: Vec<Value>,
}Fields§
§command: String§args: Vec<Value>Implementations§
source§impl CommandCall
impl CommandCall
pub fn run(&self, env: &Environment) -> Result<CommandRes>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CommandCall
impl !Send for CommandCall
impl !Sync for CommandCall
impl Unpin for CommandCall
impl !UnwindSafe for CommandCall
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