pub struct RunCreateCommand { /* private fields */ }Expand description
Semantic command for run creation.
Implementations§
Source§impl RunCreateCommand
impl RunCreateCommand
Sourcepub fn new(sequence: u64, run_instance: RunInstance) -> Self
pub fn new(sequence: u64, run_instance: RunInstance) -> Self
Creates a new run-creation command.
Sourcepub fn run_instance(&self) -> &RunInstance
pub fn run_instance(&self) -> &RunInstance
Returns the run instance.
Trait Implementations§
Source§impl Clone for RunCreateCommand
impl Clone for RunCreateCommand
Source§fn clone(&self) -> RunCreateCommand
fn clone(&self) -> RunCreateCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunCreateCommand
impl Debug for RunCreateCommand
Source§impl PartialEq for RunCreateCommand
impl PartialEq for RunCreateCommand
impl Eq for RunCreateCommand
impl StructuralPartialEq for RunCreateCommand
Auto Trait Implementations§
impl Freeze for RunCreateCommand
impl RefUnwindSafe for RunCreateCommand
impl Send for RunCreateCommand
impl Sync for RunCreateCommand
impl Unpin for RunCreateCommand
impl UnsafeUnpin for RunCreateCommand
impl UnwindSafe for RunCreateCommand
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