Enum iroh_blobs::downloader::GetOutput
source · pub enum GetOutput<N> {
Complete(Stats),
NeedsConn(N),
}
Available on crate feature
downloader
only.Expand description
Output returned from Getter::get
.
Variants§
Complete(Stats)
The request is already complete in the local store.
NeedsConn(N)
The request needs a connection to continue.
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for GetOutput<N>where
N: Freeze,
impl<N> RefUnwindSafe for GetOutput<N>where
N: RefUnwindSafe,
impl<N> Send for GetOutput<N>where
N: Send,
impl<N> Sync for GetOutput<N>where
N: Sync,
impl<N> Unpin for GetOutput<N>where
N: Unpin,
impl<N> UnwindSafe for GetOutput<N>where
N: UnwindSafe,
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§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