pub struct GDPRApi { /* private fields */ }Expand description
Data subject access and erasure requests
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GDPRApi
impl !UnwindSafe for GDPRApi
impl Freeze for GDPRApi
impl Send for GDPRApi
impl Sync for GDPRApi
impl Unpin for GDPRApi
impl UnsafeUnpin for GDPRApi
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