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