Enum iroh_blobs::get::fsm::EndBlobNext
source · pub enum EndBlobNext {
MoreChildren(AtStartChild),
Closing(AtClosing),
}
Expand description
The next state after the end of a blob
Variants§
MoreChildren(AtStartChild)
Response is expected to have more children
Closing(AtClosing)
No more children expected
Trait Implementations§
source§impl Debug for EndBlobNext
impl Debug for EndBlobNext
source§impl From<AtClosing> for EndBlobNext
impl From<AtClosing> for EndBlobNext
source§impl From<AtStartChild> for EndBlobNext
impl From<AtStartChild> for EndBlobNext
source§fn from(value: AtStartChild) -> Self
fn from(value: AtStartChild) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EndBlobNext
impl RefUnwindSafe for EndBlobNext
impl Send for EndBlobNext
impl Sync for EndBlobNext
impl Unpin for EndBlobNext
impl UnwindSafe for EndBlobNext
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