pub struct ArchiveV2ReplayPayloads {
pub manifest: Value,
pub members: BTreeMap<String, Vec<u8>>,
}Expand description
Exact bytes and manifest handed to the Core Archive V2 writer.
Fields§
§manifest: Value§members: BTreeMap<String, Vec<u8>>Trait Implementations§
Source§impl Clone for ArchiveV2ReplayPayloads
impl Clone for ArchiveV2ReplayPayloads
Source§fn clone(&self) -> ArchiveV2ReplayPayloads
fn clone(&self) -> ArchiveV2ReplayPayloads
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 ArchiveV2ReplayPayloads
impl Debug for ArchiveV2ReplayPayloads
Source§impl PartialEq for ArchiveV2ReplayPayloads
impl PartialEq for ArchiveV2ReplayPayloads
impl StructuralPartialEq for ArchiveV2ReplayPayloads
Auto Trait Implementations§
impl Freeze for ArchiveV2ReplayPayloads
impl RefUnwindSafe for ArchiveV2ReplayPayloads
impl Send for ArchiveV2ReplayPayloads
impl Sync for ArchiveV2ReplayPayloads
impl Unpin for ArchiveV2ReplayPayloads
impl UnsafeUnpin for ArchiveV2ReplayPayloads
impl UnwindSafe for ArchiveV2ReplayPayloads
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