pub struct MaskingStats { /* private fields */ }Expand description
脱敏统计:按字段跟踪脱敏操作次数
Implementations§
Source§impl MaskingStats
impl MaskingStats
Trait Implementations§
Source§impl Clone for MaskingStats
impl Clone for MaskingStats
Source§fn clone(&self) -> MaskingStats
fn clone(&self) -> MaskingStats
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 MaskingStats
impl Debug for MaskingStats
Source§impl Default for MaskingStats
impl Default for MaskingStats
Source§fn default() -> MaskingStats
fn default() -> MaskingStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MaskingStats
impl RefUnwindSafe for MaskingStats
impl Send for MaskingStats
impl Sync for MaskingStats
impl Unpin for MaskingStats
impl UnsafeUnpin for MaskingStats
impl UnwindSafe for MaskingStats
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