pub struct RedactionUndoBatchFacts {
pub purges: Vec<PurgeOpRef>,
pub redacts: Vec<RedactOpRef>,
}Expand description
Batch-derived redaction facts (no store I/O).
Fields§
§purges: Vec<PurgeOpRef>§redacts: Vec<RedactOpRef>Trait Implementations§
Source§impl Clone for RedactionUndoBatchFacts
impl Clone for RedactionUndoBatchFacts
Source§fn clone(&self) -> RedactionUndoBatchFacts
fn clone(&self) -> RedactionUndoBatchFacts
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 RedactionUndoBatchFacts
impl Debug for RedactionUndoBatchFacts
Source§impl Default for RedactionUndoBatchFacts
impl Default for RedactionUndoBatchFacts
Source§fn default() -> RedactionUndoBatchFacts
fn default() -> RedactionUndoBatchFacts
Returns the “default value” for a type. Read more
impl Eq for RedactionUndoBatchFacts
Source§impl PartialEq for RedactionUndoBatchFacts
impl PartialEq for RedactionUndoBatchFacts
impl StructuralPartialEq for RedactionUndoBatchFacts
Auto Trait Implementations§
impl Freeze for RedactionUndoBatchFacts
impl RefUnwindSafe for RedactionUndoBatchFacts
impl Send for RedactionUndoBatchFacts
impl Sync for RedactionUndoBatchFacts
impl Unpin for RedactionUndoBatchFacts
impl UnsafeUnpin for RedactionUndoBatchFacts
impl UnwindSafe for RedactionUndoBatchFacts
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