pub struct EscapeStr<'buf>(/* private fields */);Expand description
A &str with escape chars.
Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for EscapeStr<'buf>
impl<'buf> RefUnwindSafe for EscapeStr<'buf>
impl<'buf> Send for EscapeStr<'buf>
impl<'buf> Sync for EscapeStr<'buf>
impl<'buf> Unpin for EscapeStr<'buf>
impl<'buf> UnsafeUnpin for EscapeStr<'buf>
impl<'buf> UnwindSafe for EscapeStr<'buf>
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