pub struct ShowWhitespace<'str>(pub &'str str);
Expand description
String wrapper that uses nonblank characters to display spaces and tabs
Tuple Fieldsยง
ยง0: &'str str
Trait Implementationsยง
Auto Trait Implementationsยง
impl<'str> Freeze for ShowWhitespace<'str>
impl<'str> RefUnwindSafe for ShowWhitespace<'str>
impl<'str> Send for ShowWhitespace<'str>
impl<'str> Sync for ShowWhitespace<'str>
impl<'str> Unpin for ShowWhitespace<'str>
impl<'str> UnwindSafe for ShowWhitespace<'str>
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