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