pub struct DebugStr<W: Writer>(pub W);
Expand description
A writable .debug_str
section.
Tuple Fields
0: W
Implementations
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for DebugStr<W> where
W: RefUnwindSafe,
impl<W> Send for DebugStr<W> where
W: Send,
impl<W> Sync for DebugStr<W> where
W: Sync,
impl<W> Unpin for DebugStr<W> where
W: Unpin,
impl<W> UnwindSafe for DebugStr<W> where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more