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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConsentLevel
Source§impl Debug for ConsentLevel
impl Debug for ConsentLevel
Source§impl Default for ConsentLevel
impl Default for ConsentLevel
Source§fn default() -> ConsentLevel
fn default() -> ConsentLevel
Returns the “default value” for a type. Read more
impl Eq for ConsentLevel
Source§impl PartialEq for ConsentLevel
impl PartialEq 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