pub struct PackageBlobBindingActivation<'a> {
pub package: &'a AudienceBlobBindingPackage,
pub activation: &'a StoreBatchCommitRef,
}Expand description
The exact package whose row-blob bindings carry a reclaimed blob’s locator, together with the Store commit that activated it. A blob rides inside a package addressed to one audience and is never named by the commit body, so the package is the signed statement a verifier re-reads to confirm the blob was published where the claim says.
Fields§
§package: &'a AudienceBlobBindingPackage§activation: &'a StoreBatchCommitRefAuto Trait Implementations§
impl<'a> Freeze for PackageBlobBindingActivation<'a>
impl<'a> RefUnwindSafe for PackageBlobBindingActivation<'a>
impl<'a> Send for PackageBlobBindingActivation<'a>
impl<'a> Sync for PackageBlobBindingActivation<'a>
impl<'a> Unpin for PackageBlobBindingActivation<'a>
impl<'a> UnsafeUnpin for PackageBlobBindingActivation<'a>
impl<'a> UnwindSafe for PackageBlobBindingActivation<'a>
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