Struct iroh_blobs::get::fsm::AtClosing
source · pub struct AtClosing { /* private fields */ }
Expand description
State when finishing the get response
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtClosing
impl RefUnwindSafe for AtClosing
impl Send for AtClosing
impl Sync for AtClosing
impl Unpin for AtClosing
impl UnwindSafe for AtClosing
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