pub struct TableRedactStats {
pub name: String,
pub rows_processed: u64,
pub columns_redacted: u64,
}Expand description
Per-table redaction statistics
Fields§
§name: String§rows_processed: u64§columns_redacted: u64Trait Implementations§
Source§impl Clone for TableRedactStats
impl Clone for TableRedactStats
Source§fn clone(&self) -> TableRedactStats
fn clone(&self) -> TableRedactStats
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 TableRedactStats
impl Debug for TableRedactStats
Auto Trait Implementations§
impl Freeze for TableRedactStats
impl RefUnwindSafe for TableRedactStats
impl Send for TableRedactStats
impl Sync for TableRedactStats
impl Unpin for TableRedactStats
impl UnwindSafe for TableRedactStats
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