pub struct ArgPath(/* private fields */);Implementations§
Trait Implementations§
Source§impl From<(usize, ObjectPath)> for ArgPath
impl From<(usize, ObjectPath)> for ArgPath
Source§fn from(arg: (usize, ObjectPath)) -> Self
fn from(arg: (usize, ObjectPath)) -> Self
Converts to this type from the input type.
impl Eq for ArgPath
impl StructuralPartialEq for ArgPath
Auto Trait Implementations§
impl Freeze for ArgPath
impl RefUnwindSafe for ArgPath
impl Send for ArgPath
impl Sync for ArgPath
impl Unpin for ArgPath
impl UnwindSafe for ArgPath
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