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