pub struct SingleNotificationInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleNotificationInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleNotificationInput
impl HasInputField<selector, Option<SelectorInput>> for SingleNotificationInput
impl InputObjectMarker for SingleNotificationInput
Auto Trait Implementations§
impl Freeze for SingleNotificationInput
impl RefUnwindSafe for SingleNotificationInput
impl Send for SingleNotificationInput
impl Sync for SingleNotificationInput
impl Unpin for SingleNotificationInput
impl UnwindSafe for SingleNotificationInput
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