pub enum ArgumentKey {
Index(usize),
Name(String),
}Expand description
The key of an argument.
Variants§
Trait Implementations§
Source§impl Clone for ArgumentKey
impl Clone for ArgumentKey
Source§fn clone(&self) -> ArgumentKey
fn clone(&self) -> ArgumentKey
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 ArgumentKey
impl Debug for ArgumentKey
Source§impl Display for ArgumentKey
impl Display for ArgumentKey
Source§impl PartialEq for ArgumentKey
impl PartialEq for ArgumentKey
impl Eq for ArgumentKey
impl StructuralPartialEq for ArgumentKey
Auto Trait Implementations§
impl Freeze for ArgumentKey
impl RefUnwindSafe for ArgumentKey
impl Send for ArgumentKey
impl Sync for ArgumentKey
impl Unpin for ArgumentKey
impl UnwindSafe for ArgumentKey
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