pub enum GdprProtectionMethod {
Storage,
ApiProtected,
}Variants§
Trait Implementations§
Source§impl Clone for GdprProtectionMethod
impl Clone for GdprProtectionMethod
Source§fn clone(&self) -> GdprProtectionMethod
fn clone(&self) -> GdprProtectionMethod
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 GdprProtectionMethod
impl Debug for GdprProtectionMethod
Auto Trait Implementations§
impl Freeze for GdprProtectionMethod
impl RefUnwindSafe for GdprProtectionMethod
impl Send for GdprProtectionMethod
impl Sync for GdprProtectionMethod
impl Unpin for GdprProtectionMethod
impl UnwindSafe for GdprProtectionMethod
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