pub struct SnapshotDeterminismOptions {
pub normalize_captured_at: bool,
pub strip_volatile_metadata: bool,
}Expand description
Options controlling deterministic snapshot collection.
Fields§
§normalize_captured_at: boolNormalize captured_at to a stable placeholder timestamp.
strip_volatile_metadata: boolRemove volatile metadata keys before serialization.
Trait Implementations§
Source§impl Clone for SnapshotDeterminismOptions
impl Clone for SnapshotDeterminismOptions
Source§fn clone(&self) -> SnapshotDeterminismOptions
fn clone(&self) -> SnapshotDeterminismOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 SnapshotDeterminismOptions
impl Debug for SnapshotDeterminismOptions
Source§impl Default for SnapshotDeterminismOptions
impl Default for SnapshotDeterminismOptions
impl Eq for SnapshotDeterminismOptions
impl StructuralPartialEq for SnapshotDeterminismOptions
Auto Trait Implementations§
impl Freeze for SnapshotDeterminismOptions
impl RefUnwindSafe for SnapshotDeterminismOptions
impl Send for SnapshotDeterminismOptions
impl Sync for SnapshotDeterminismOptions
impl Unpin for SnapshotDeterminismOptions
impl UnsafeUnpin for SnapshotDeterminismOptions
impl UnwindSafe for SnapshotDeterminismOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more