Enum relay_event_schema::processor::Pii
source · pub enum Pii {
True,
False,
Maybe,
}
Expand description
Whether an attribute should be PII-strippable/should be subject to datascrubbers
Variants§
True
The field will be stripped by default
False
The field cannot be stripped at all
Maybe
The field will only be stripped when addressed with a specific path selector, but generic
selectors such as $string
do not apply.
Trait Implementations§
impl Copy for Pii
impl Eq for Pii
impl StructuralPartialEq for Pii
Auto Trait Implementations§
impl Freeze for Pii
impl RefUnwindSafe for Pii
impl Send for Pii
impl Sync for Pii
impl Unpin for Pii
impl UnwindSafe for Pii
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)