pub struct JsonRedaction {
pub path: String,
pub pii_type: PiiType,
pub original_length: usize,
}Fields§
§path: String§pii_type: PiiType§original_length: usizeTrait Implementations§
Source§impl Clone for JsonRedaction
impl Clone for JsonRedaction
Source§fn clone(&self) -> JsonRedaction
fn clone(&self) -> JsonRedaction
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 moreAuto Trait Implementations§
impl Freeze for JsonRedaction
impl RefUnwindSafe for JsonRedaction
impl Send for JsonRedaction
impl Sync for JsonRedaction
impl Unpin for JsonRedaction
impl UnwindSafe for JsonRedaction
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