pub struct FetchStateNeedsConn(/* 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 FetchStateNeedsConn
impl Debug for FetchStateNeedsConn
Source§impl NeedsConn<Connection> for FetchStateNeedsConn
Available on crate feature downloader
only.
impl NeedsConn<Connection> for FetchStateNeedsConn
Available on crate feature
downloader
only.Auto Trait Implementations§
impl Freeze for FetchStateNeedsConn
impl !RefUnwindSafe for FetchStateNeedsConn
impl !Send for FetchStateNeedsConn
impl !Sync for FetchStateNeedsConn
impl Unpin for FetchStateNeedsConn
impl !UnwindSafe for FetchStateNeedsConn
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