pub struct AsyncSecretWriter<Io> { /* private fields */ }Available on crate feature
async only.Expand description
Async encrypted message writer type which wraps the write-half of an underlying I/O object.
Trait Implementations§
Source§impl<Io: AsyncWriteExt + Send + Sync + Unpin> AsyncWriteMsg for AsyncSecretWriter<Io>
impl<Io: AsyncWriteExt + Send + Sync + Unpin> AsyncWriteMsg for AsyncSecretWriter<Io>
Auto Trait Implementations§
impl<Io> Freeze for AsyncSecretWriter<Io>
impl<Io> RefUnwindSafe for AsyncSecretWriter<Io>
impl<Io> Send for AsyncSecretWriter<Io>where
Io: Send,
impl<Io> Sync for AsyncSecretWriter<Io>where
Io: Sync,
impl<Io> Unpin for AsyncSecretWriter<Io>
impl<Io> UnwindSafe for AsyncSecretWriter<Io>
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