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