Struct iroh_blobs::get::fsm::AtStartRoot
source · pub struct AtStartRoot { /* private fields */ }
Expand description
State of the get response when we start reading a collection
Implementations§
source§impl AtStartRoot
impl AtStartRoot
sourcepub fn next(self) -> AtBlobHeader
pub fn next(self) -> AtBlobHeader
Go into the next state, reading the header
For the collection we already know the hash, since it was part of the request
Trait Implementations§
source§impl Debug for AtStartRoot
impl Debug for AtStartRoot
source§impl From<AtStartRoot> for ConnectedNext
impl From<AtStartRoot> for ConnectedNext
source§fn from(value: AtStartRoot) -> Self
fn from(value: AtStartRoot) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AtStartRoot
impl RefUnwindSafe for AtStartRoot
impl Send for AtStartRoot
impl Sync for AtStartRoot
impl Unpin for AtStartRoot
impl UnwindSafe for AtStartRoot
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