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