pub struct PathQuotedDisplay<'a> { /* private fields */ }
Expand description
Helper to format a path.
Implementations§
Source§impl<'a> PathQuotedDisplay<'a>
impl<'a> PathQuotedDisplay<'a>
Trait Implementations§
Source§impl<'a> Debug for PathQuotedDisplay<'a>
impl<'a> Debug for PathQuotedDisplay<'a>
Auto Trait Implementations§
impl<'a> Freeze for PathQuotedDisplay<'a>
impl<'a> RefUnwindSafe for PathQuotedDisplay<'a>
impl<'a> Send for PathQuotedDisplay<'a>
impl<'a> Sync for PathQuotedDisplay<'a>
impl<'a> Unpin for PathQuotedDisplay<'a>
impl<'a> UnwindSafe for PathQuotedDisplay<'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