pub struct TinkEncryptingStream { /* private fields */ }Expand description
Opaque handle to an in-progress encrypting stream.
Auto Trait Implementations§
impl Freeze for TinkEncryptingStream
impl RefUnwindSafe for TinkEncryptingStream
impl Send for TinkEncryptingStream
impl Sync for TinkEncryptingStream
impl Unpin for TinkEncryptingStream
impl UnwindSafe for TinkEncryptingStream
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