pub struct PublishedInspectArchive {
pub path: PathBuf,
pub archive_version: u16,
pub drive_count: usize,
pub encrypted_bytes: u64,
pub plaintext_bytes: u64,
pub plaintext_sha256: String,
}Expand description
Safe metadata returned after atomic publication.
Fields§
§path: PathBuf§archive_version: u16§drive_count: usize§encrypted_bytes: u64§plaintext_bytes: u64§plaintext_sha256: StringTrait Implementations§
Source§impl Clone for PublishedInspectArchive
impl Clone for PublishedInspectArchive
Source§fn clone(&self) -> PublishedInspectArchive
fn clone(&self) -> PublishedInspectArchive
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PublishedInspectArchive
impl Debug for PublishedInspectArchive
impl Eq for PublishedInspectArchive
Source§impl PartialEq for PublishedInspectArchive
impl PartialEq for PublishedInspectArchive
impl StructuralPartialEq for PublishedInspectArchive
Auto Trait Implementations§
impl Freeze for PublishedInspectArchive
impl RefUnwindSafe for PublishedInspectArchive
impl Send for PublishedInspectArchive
impl Sync for PublishedInspectArchive
impl Unpin for PublishedInspectArchive
impl UnsafeUnpin for PublishedInspectArchive
impl UnwindSafe for PublishedInspectArchive
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