pub struct MultiNotificationInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiNotificationInput
impl HasInputField<enableTotal, Option<bool>> for MultiNotificationInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiNotificationInput
impl HasInputField<terms, Option<JSON>> for MultiNotificationInput
impl InputObjectMarker for MultiNotificationInput
Auto Trait Implementations§
impl Freeze for MultiNotificationInput
impl RefUnwindSafe for MultiNotificationInput
impl Send for MultiNotificationInput
impl Sync for MultiNotificationInput
impl Unpin for MultiNotificationInput
impl UnwindSafe for MultiNotificationInput
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