pub struct UpdateNotificationInput;
Trait Implementations§
impl HasInputField<data, UpdateNotificationDataInput> for UpdateNotificationInput
impl HasInputField<selector, SelectorInput> for UpdateNotificationInput
impl InputObjectMarker for UpdateNotificationInput
Auto Trait Implementations§
impl Freeze for UpdateNotificationInput
impl RefUnwindSafe for UpdateNotificationInput
impl Send for UpdateNotificationInput
impl Sync for UpdateNotificationInput
impl Unpin for UpdateNotificationInput
impl UnwindSafe for UpdateNotificationInput
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