#[repr(transparent)]pub struct AsyncWriterHelper<'a, W: AsyncVariableWriter + Unpin>(pub &'a mut W);
Available on crate features
async
and async_string
only.Tuple Fields§
§0: &'a mut W
Implementations§
Source§impl<'a, W: AsyncVariableWriter + Unpin> AsyncWriterHelper<'a, W>
impl<'a, W: AsyncVariableWriter + Unpin> AsyncWriterHelper<'a, W>
Trait Implementations§
Source§impl<'a, W: Debug + AsyncVariableWriter + Unpin> Debug for AsyncWriterHelper<'a, W>
impl<'a, W: Debug + AsyncVariableWriter + Unpin> Debug for AsyncWriterHelper<'a, W>
Source§impl<'a, W: AsyncVariableWriter + Unpin> Deref for AsyncWriterHelper<'a, W>
impl<'a, W: AsyncVariableWriter + Unpin> Deref for AsyncWriterHelper<'a, W>
Source§impl<'a, W: AsyncVariableWriter + Unpin> DerefMut for AsyncWriterHelper<'a, W>
impl<'a, W: AsyncVariableWriter + Unpin> DerefMut for AsyncWriterHelper<'a, W>
Auto Trait Implementations§
impl<'a, W> Freeze for AsyncWriterHelper<'a, W>
impl<'a, W> RefUnwindSafe for AsyncWriterHelper<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for AsyncWriterHelper<'a, W>where
W: Send,
impl<'a, W> Sync for AsyncWriterHelper<'a, W>where
W: Sync,
impl<'a, W> Unpin for AsyncWriterHelper<'a, W>
impl<'a, W> !UnwindSafe for AsyncWriterHelper<'a, 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