struct DisplayPath<'a>(&'a Path);
Tuple Fields§
§0: &'a Path
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayPath<'a>
impl<'a> RefUnwindSafe for DisplayPath<'a>
impl<'a> !Send for DisplayPath<'a>
impl<'a> !Sync for DisplayPath<'a>
impl<'a> Unpin for DisplayPath<'a>
impl<'a> UnwindSafe for DisplayPath<'a>
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