pub struct Stored {
pub manifest_digest: String,
pub wasm_digest: String,
pub provenance: Provenance,
}Expand description
A component as recorded in the store.
Fields§
§manifest_digest: StringHex digest of the OCI manifest in index.json.
wasm_digest: StringHex digest of the wasm layer blob.
provenance: ProvenanceTrait Implementations§
Auto Trait Implementations§
impl Freeze for Stored
impl RefUnwindSafe for Stored
impl Send for Stored
impl Sync for Stored
impl Unpin for Stored
impl UnsafeUnpin for Stored
impl UnwindSafe for Stored
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