pub struct SyntheticInvocation {
pub command_path: Vec<String>,
pub combination_id: String,
pub argv: Vec<String>,
}Expand description
Type-correct argv generated from a registered shape.
Fields§
§command_path: Vec<String>§combination_id: String§argv: Vec<String>Trait Implementations§
Source§impl Clone for SyntheticInvocation
impl Clone for SyntheticInvocation
Source§fn clone(&self) -> SyntheticInvocation
fn clone(&self) -> SyntheticInvocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SyntheticInvocation
impl Debug for SyntheticInvocation
impl Eq for SyntheticInvocation
Source§impl PartialEq for SyntheticInvocation
impl PartialEq for SyntheticInvocation
impl StructuralPartialEq for SyntheticInvocation
Auto Trait Implementations§
impl Freeze for SyntheticInvocation
impl RefUnwindSafe for SyntheticInvocation
impl Send for SyntheticInvocation
impl Sync for SyntheticInvocation
impl Unpin for SyntheticInvocation
impl UnsafeUnpin for SyntheticInvocation
impl UnwindSafe for SyntheticInvocation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.