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