pub struct VerifiedInspectArchive {
pub manifest: InspectArchiveManifest,
pub encrypted_bytes: u64,
pub plaintext_bytes: u64,
pub plaintext_sha256: String,
/* private fields */
}Expand description
Fully authenticated and structurally validated plaintext archive.
Fields§
§manifest: InspectArchiveManifest§encrypted_bytes: u64§plaintext_bytes: u64§plaintext_sha256: StringAuto Trait Implementations§
impl Freeze for VerifiedInspectArchive
impl RefUnwindSafe for VerifiedInspectArchive
impl Send for VerifiedInspectArchive
impl Sync for VerifiedInspectArchive
impl Unpin for VerifiedInspectArchive
impl UnsafeUnpin for VerifiedInspectArchive
impl UnwindSafe for VerifiedInspectArchive
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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