pub struct NotificationSubscriptionUpdateInput;Trait Implementations§
impl HasInputField<active, Option<bool>> for NotificationSubscriptionUpdateInput
impl HasInputField<notificationSubscriptionTypes, Option<Vec<String>>> for NotificationSubscriptionUpdateInput
impl InputObjectMarker for NotificationSubscriptionUpdateInput
Auto Trait Implementations§
impl Freeze for NotificationSubscriptionUpdateInput
impl RefUnwindSafe for NotificationSubscriptionUpdateInput
impl Send for NotificationSubscriptionUpdateInput
impl Sync for NotificationSubscriptionUpdateInput
impl Unpin for NotificationSubscriptionUpdateInput
impl UnwindSafe for NotificationSubscriptionUpdateInput
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