Struct iroh_blobs::cli::ProvideResponseEntry
source · pub struct ProvideResponseEntry {
pub name: String,
pub size: u64,
pub hash: Hash,
}
Available on crate feature
cli
only.Expand description
Entry with a given name, size, and hash.
Fields§
§name: String
§size: u64
§hash: Hash
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProvideResponseEntry
impl RefUnwindSafe for ProvideResponseEntry
impl Send for ProvideResponseEntry
impl Sync for ProvideResponseEntry
impl Unpin for ProvideResponseEntry
impl UnwindSafe for ProvideResponseEntry
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