pub struct AutomationCommandProvenance {
pub tool: String,
pub command: String,
pub args: Vec<String>,
}Fields§
§tool: String§command: String§args: Vec<String>Trait Implementations§
Source§impl Clone for AutomationCommandProvenance
impl Clone for AutomationCommandProvenance
Source§fn clone(&self) -> AutomationCommandProvenance
fn clone(&self) -> AutomationCommandProvenance
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 AutomationCommandProvenance
impl Debug for AutomationCommandProvenance
Auto Trait Implementations§
impl Freeze for AutomationCommandProvenance
impl RefUnwindSafe for AutomationCommandProvenance
impl Send for AutomationCommandProvenance
impl Sync for AutomationCommandProvenance
impl Unpin for AutomationCommandProvenance
impl UnsafeUnpin for AutomationCommandProvenance
impl UnwindSafe for AutomationCommandProvenance
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