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