pub struct GdprProtection {
pub fields: BTreeSet<&'static str>,
pub method: GdprProtectionMethod,
}Fields§
§fields: BTreeSet<&'static str>List of fields that must be protected
method: GdprProtectionMethodTrait Implementations§
Source§impl Clone for GdprProtection
impl Clone for GdprProtection
Source§fn clone(&self) -> GdprProtection
fn clone(&self) -> GdprProtection
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 GdprProtection
impl Debug for GdprProtection
Auto Trait Implementations§
impl Freeze for GdprProtection
impl RefUnwindSafe for GdprProtection
impl Send for GdprProtection
impl Sync for GdprProtection
impl Unpin for GdprProtection
impl UnwindSafe for GdprProtection
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