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