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