Struct iroh_blobs::hashseq::HashSeq
source · pub struct HashSeq(/* private fields */);
Expand description
A sequence of links, backed by a [Bytes
] object.
Implementations§
Trait Implementations§
source§impl FromIterator<Hash> for HashSeq
impl FromIterator<Hash> for HashSeq
source§impl IntoIterator for HashSeq
impl IntoIterator for HashSeq
Auto Trait Implementations§
impl !Freeze for HashSeq
impl RefUnwindSafe for HashSeq
impl Send for HashSeq
impl Sync for HashSeq
impl Unpin for HashSeq
impl UnwindSafe for HashSeq
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