Struct iroh_blobs::get::fsm::AtConnected
source · pub struct AtConnected { /* private fields */ }
Expand description
State of the get response machine after the handshake has been sent
Implementations§
source§impl AtConnected
impl AtConnected
sourcepub async fn next(self) -> Result<ConnectedNext, ConnectedNextError>
pub async fn next(self) -> Result<ConnectedNext, ConnectedNextError>
Send the request and move to the next state
The next state will be either StartRoot
or StartChild
depending on whether
the request requests part of the collection or not.
If the request is empty, this can also move directly to Finished
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtConnected
impl RefUnwindSafe for AtConnected
impl Send for AtConnected
impl Sync for AtConnected
impl Unpin for AtConnected
impl UnwindSafe for AtConnected
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