pub struct Decrypt<R> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<E, R: Stream<Item = Result<Bytes, E>> + Unpin> Future for Decrypt<R>
impl<E, R: Stream<Item = Result<Bytes, E>> + Unpin> Future for Decrypt<R>
Source§type Output = Result<Box<DecryptAwaitingPassword<R>>, SsecHeaderError<E>>
type Output = Result<Box<DecryptAwaitingPassword<R>>, SsecHeaderError<E>>
The type of value produced on completion.
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>where
R: RefUnwindSafe,
impl<R> Send for Decrypt<R>where
R: Send,
impl<R> Sync for Decrypt<R>where
R: Sync,
impl<R> UnwindSafe for Decrypt<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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more