pub struct CarDecoded {
pub blocks: HashMap<String, Value>,
}Expand description
Decoded blocks from a CAR v1 file, keyed by hex-encoded CID.
Fields§
§blocks: HashMap<String, Value>Map from CID (hex-encoded) to decoded CBOR block value.
Implementations§
Source§impl CarDecoded
impl CarDecoded
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CarDecoded
impl RefUnwindSafe for CarDecoded
impl Send for CarDecoded
impl Sync for CarDecoded
impl Unpin for CarDecoded
impl UnsafeUnpin for CarDecoded
impl UnwindSafe for CarDecoded
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