pub struct CommandArgumentSpec {
pub name: &'static str,
pub arity: ArgumentArity,
}Expand description
A positional argument declared by an upstream command signature.
Fields§
§name: &'static str§arity: ArgumentArityTrait Implementations§
Source§impl Clone for CommandArgumentSpec
impl Clone for CommandArgumentSpec
Source§fn clone(&self) -> CommandArgumentSpec
fn clone(&self) -> CommandArgumentSpec
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 CommandArgumentSpec
impl Debug for CommandArgumentSpec
Source§impl PartialEq for CommandArgumentSpec
impl PartialEq for CommandArgumentSpec
Source§fn eq(&self, other: &CommandArgumentSpec) -> bool
fn eq(&self, other: &CommandArgumentSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommandArgumentSpec
impl Eq for CommandArgumentSpec
impl StructuralPartialEq for CommandArgumentSpec
Auto Trait Implementations§
impl Freeze for CommandArgumentSpec
impl RefUnwindSafe for CommandArgumentSpec
impl Send for CommandArgumentSpec
impl Sync for CommandArgumentSpec
impl Unpin for CommandArgumentSpec
impl UnsafeUnpin for CommandArgumentSpec
impl UnwindSafe for CommandArgumentSpec
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.