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