pub enum DataHandling {
SyntheticOnly,
NoPii,
PiiReviewed,
}Variants§
Trait Implementations§
Source§impl Clone for DataHandling
impl Clone for DataHandling
Source§fn clone(&self) -> DataHandling
fn clone(&self) -> DataHandling
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 DataHandling
impl Debug for DataHandling
Source§impl<'de> Deserialize<'de> for DataHandling
impl<'de> Deserialize<'de> for DataHandling
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DataHandling
impl PartialEq for DataHandling
Source§impl Serialize for DataHandling
impl Serialize for DataHandling
impl StructuralPartialEq for DataHandling
Auto Trait Implementations§
impl Freeze for DataHandling
impl RefUnwindSafe for DataHandling
impl Send for DataHandling
impl Sync for DataHandling
impl Unpin for DataHandling
impl UnsafeUnpin for DataHandling
impl UnwindSafe for DataHandling
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