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