pub struct ArgumentPath(/* private fields */);Expand description
An owned path identifying an argument or one of its nested components.
The path is stored exactly as supplied; this type does not parse or normalize separators.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ArgumentPath
impl AsRef<str> for ArgumentPath
Source§impl Clone for ArgumentPath
impl Clone for ArgumentPath
Source§fn clone(&self) -> ArgumentPath
fn clone(&self) -> ArgumentPath
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 ArgumentPath
impl Debug for ArgumentPath
Source§impl Display for ArgumentPath
impl Display for ArgumentPath
impl Eq for ArgumentPath
Source§impl Hash for ArgumentPath
impl Hash for ArgumentPath
Source§impl PartialEq for ArgumentPath
impl PartialEq for ArgumentPath
impl StructuralPartialEq for ArgumentPath
Auto Trait Implementations§
impl Freeze for ArgumentPath
impl RefUnwindSafe for ArgumentPath
impl Send for ArgumentPath
impl Sync for ArgumentPath
impl Unpin for ArgumentPath
impl UnsafeUnpin for ArgumentPath
impl UnwindSafe for ArgumentPath
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