Struct iroh_blobs::get::db::GetStateNeedsConn
source · pub struct GetStateNeedsConn(/* private fields */);
Expand description
Intermediary state returned from get_to_db_in_steps
for a download request that needs a
connection to proceed.
Implementations§
Trait Implementations§
source§impl Debug for GetStateNeedsConn
impl Debug for GetStateNeedsConn
source§impl NeedsConn<Connection> for GetStateNeedsConn
Available on crate feature downloader
only.
impl NeedsConn<Connection> for GetStateNeedsConn
Available on crate feature
downloader
only.Auto Trait Implementations§
impl Freeze for GetStateNeedsConn
impl !RefUnwindSafe for GetStateNeedsConn
impl !Send for GetStateNeedsConn
impl !Sync for GetStateNeedsConn
impl Unpin for GetStateNeedsConn
impl !UnwindSafe for GetStateNeedsConn
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