pub struct PathFieldName(/* private fields */);
Expand description
e.g. /pets
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathFieldName
impl RefUnwindSafe for PathFieldName
impl Send for PathFieldName
impl Sync for PathFieldName
impl Unpin for PathFieldName
impl UnwindSafe for PathFieldName
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