Struct iroh_bytes::get::fsm::AtEndBlob
source · pub struct AtEndBlob { /* private fields */ }Expand description
State after we have read all the content for a blob
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AtEndBlob
impl Send for AtEndBlob
impl Sync for AtEndBlob
impl Unpin for AtEndBlob
impl UnwindSafe for AtEndBlob
Blanket Implementations§
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