pub struct RepoFetch { /* private fields */ }
Implementations§
Trait Implementations§
source§impl IntoFuture for RepoFetch
impl IntoFuture for RepoFetch
§type IntoFuture = Pin<Box<dyn Future<Output = <RepoFetch as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <RepoFetch as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl Freeze for RepoFetch
impl !RefUnwindSafe for RepoFetch
impl Send for RepoFetch
impl Sync for RepoFetch
impl Unpin for RepoFetch
impl !UnwindSafe for RepoFetch
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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