pub struct Decrypt<R> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<E, R> Stream for Decrypt<R>
impl<E, R> Stream for Decrypt<R>
impl<'__pin, R> Unpin for Decrypt<R>where
PinnedFieldsOf<__Origin<'__pin, R>>: Unpin,
Auto Trait Implementations§
impl<R> Freeze for Decrypt<R>where
R: Freeze,
impl<R> !RefUnwindSafe for Decrypt<R>
impl<R> Send for Decrypt<R>where
R: Send,
impl<R> Sync for Decrypt<R>where
R: Sync,
impl<R> !UnwindSafe for Decrypt<R>
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