pub struct StringifierLine<'s, 't, 'u, W: FmtWrite> { /* private fields */ }
Auto Trait Implementations§
impl<'s, 't, 'u, W> Freeze for StringifierLine<'s, 't, 'u, W>
impl<'s, 't, 'u, W> RefUnwindSafe for StringifierLine<'s, 't, 'u, W>where
W: RefUnwindSafe,
impl<'s, 't, 'u, W> Send for StringifierLine<'s, 't, 'u, W>where
W: Send,
impl<'s, 't, 'u, W> Sync for StringifierLine<'s, 't, 'u, W>where
W: Sync,
impl<'s, 't, 'u, W> Unpin for StringifierLine<'s, 't, 'u, W>
impl<'s, 't, 'u, W> !UnwindSafe for StringifierLine<'s, 't, 'u, W>
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