pub struct SecretWriter<Io> { /* private fields */ }Expand description
Encrypted message writer type which wraps the write-half of an underlying I/O object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Io> Freeze for SecretWriter<Io>where
Io: Freeze,
impl<Io> RefUnwindSafe for SecretWriter<Io>where
Io: RefUnwindSafe,
impl<Io> Send for SecretWriter<Io>where
Io: Send,
impl<Io> Sync for SecretWriter<Io>where
Io: Sync,
impl<Io> Unpin for SecretWriter<Io>where
Io: Unpin,
impl<Io> UnwindSafe for SecretWriter<Io>where
Io: UnwindSafe,
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