pub struct ValidPath(pub Path);
Expand description
The Path
that has validated.
Tuple Fields§
§0: Path
Auto Trait Implementations§
impl Freeze for ValidPath
impl RefUnwindSafe for ValidPath
impl Send for ValidPath
impl Sync for ValidPath
impl Unpin for ValidPath
impl UnwindSafe for ValidPath
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