pub enum GDPRDataConsent1Code {
CodeDP00,
CodeDP03,
CodeDP01,
CodeDP02,
}Variants§
Implementations§
Source§impl GDPRDataConsent1Code
impl GDPRDataConsent1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for GDPRDataConsent1Code
impl RefUnwindSafe for GDPRDataConsent1Code
impl Send for GDPRDataConsent1Code
impl Sync for GDPRDataConsent1Code
impl Unpin for GDPRDataConsent1Code
impl UnwindSafe for GDPRDataConsent1Code
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