pub struct StoreArtifact {
pub locator: StoreLocator,
pub path: PathBuf,
pub bytes: Vec<u8>,
pub verification: VerificationReport,
}Fields§
§locator: StoreLocator§path: PathBuf§bytes: Vec<u8>§verification: VerificationReportTrait Implementations§
Auto Trait Implementations§
impl Freeze for StoreArtifact
impl RefUnwindSafe for StoreArtifact
impl Send for StoreArtifact
impl Sync for StoreArtifact
impl Unpin for StoreArtifact
impl UnwindSafe for StoreArtifact
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