pub struct permanentDeletionRequestedAt;
Trait Implementations§
Source§impl Field for permanentDeletionRequestedAt
impl Field for permanentDeletionRequestedAt
impl HasInputField<permanentDeletionRequestedAt, Option<Date>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for permanentDeletionRequestedAt
impl RefUnwindSafe for permanentDeletionRequestedAt
impl Send for permanentDeletionRequestedAt
impl Sync for permanentDeletionRequestedAt
impl Unpin for permanentDeletionRequestedAt
impl UnwindSafe for permanentDeletionRequestedAt
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