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