pub struct GDPRData1 {
pub cnsnt_tp: GDPRDataConsent1Choice,
pub cnsnt_ind: bool,
pub cnsnt_dt: String,
}Fields§
§cnsnt_tp: GDPRDataConsent1Choice§cnsnt_ind: bool§cnsnt_dt: StringImplementations§
Auto Trait Implementations§
impl Freeze for GDPRData1
impl RefUnwindSafe for GDPRData1
impl Send for GDPRData1
impl Sync for GDPRData1
impl Unpin for GDPRData1
impl UnwindSafe for GDPRData1
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