pub struct PacketExportRecord {
pub generated_at: String,
pub snapshot_hash: String,
pub event_log_hash: String,
pub packet_manifest_hash: String,
}Fields§
§generated_at: String§snapshot_hash: String§event_log_hash: String§packet_manifest_hash: StringTrait Implementations§
Source§impl Clone for PacketExportRecord
impl Clone for PacketExportRecord
Source§fn clone(&self) -> PacketExportRecord
fn clone(&self) -> PacketExportRecord
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 moreAuto Trait Implementations§
impl Freeze for PacketExportRecord
impl RefUnwindSafe for PacketExportRecord
impl Send for PacketExportRecord
impl Sync for PacketExportRecord
impl Unpin for PacketExportRecord
impl UnsafeUnpin for PacketExportRecord
impl UnwindSafe for PacketExportRecord
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