pub enum ConsentLevel {
Full,
Functional,
Minimal,
None,
}Variants§
Trait Implementations§
Source§impl Clone for ConsentLevel
impl Clone for ConsentLevel
Source§fn clone(&self) -> ConsentLevel
fn clone(&self) -> ConsentLevel
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 ConsentLevel
impl Debug for ConsentLevel
Source§impl PartialEq for ConsentLevel
impl PartialEq for ConsentLevel
impl Copy for ConsentLevel
impl Eq for ConsentLevel
impl StructuralPartialEq for ConsentLevel
Auto Trait Implementations§
impl Freeze for ConsentLevel
impl RefUnwindSafe for ConsentLevel
impl Send for ConsentLevel
impl Sync for ConsentLevel
impl Unpin for ConsentLevel
impl UnsafeUnpin for ConsentLevel
impl UnwindSafe for ConsentLevel
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