pub struct StringEscape<'a>(pub &'a str);
Expand description
Escapes and quotes string.
Tuple Fields§
§0: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StringEscape<'a>
impl<'a> RefUnwindSafe for StringEscape<'a>
impl<'a> Send for StringEscape<'a>
impl<'a> Sync for StringEscape<'a>
impl<'a> Unpin for StringEscape<'a>
impl<'a> UnwindSafe for StringEscape<'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