pub struct VirtualPathDisplay<'vpath, Marker>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<'vpath, Marker> Freeze for VirtualPathDisplay<'vpath, Marker>
impl<'vpath, Marker> RefUnwindSafe for VirtualPathDisplay<'vpath, Marker>where
Marker: RefUnwindSafe,
impl<'vpath, Marker> Send for VirtualPathDisplay<'vpath, Marker>
impl<'vpath, Marker> Sync for VirtualPathDisplay<'vpath, Marker>
impl<'vpath, Marker> Unpin for VirtualPathDisplay<'vpath, Marker>
impl<'vpath, Marker> UnsafeUnpin for VirtualPathDisplay<'vpath, Marker>
impl<'vpath, Marker> UnwindSafe for VirtualPathDisplay<'vpath, Marker>where
Marker: RefUnwindSafe,
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