Struct futures_util::io::Seek
source · [−]pub struct Seek<'a, S: ?Sized> { /* private fields */ }
Expand description
Future for the seek
method.
Trait Implementations
impl<S: ?Sized + Unpin> Unpin for Seek<'_, S>
Auto Trait Implementations
impl<'a, S: ?Sized> RefUnwindSafe for Seek<'a, S>where
S: RefUnwindSafe,
impl<'a, S: ?Sized> Send for Seek<'a, S>where
S: Send,
impl<'a, S: ?Sized> Sync for Seek<'a, S>where
S: Sync,
impl<'a, S> !UnwindSafe for Seek<'a, S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
sourcefn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more