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