pub struct updateSpotlight;
Trait Implementations§
Source§impl Field for updateSpotlight
impl Field for updateSpotlight
Source§impl HasArgument<data> for updateSpotlight
impl HasArgument<data> for updateSpotlight
Source§type ArgumentType = UpdateSpotlightDataInput
type ArgumentType = UpdateSpotlightDataInput
The schema marker type of this argument.
Source§impl HasArgument<selector> for updateSpotlight
impl HasArgument<selector> for updateSpotlight
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Source§impl HasField<updateSpotlight> for Mutation
impl HasField<updateSpotlight> for Mutation
Source§type Type = Option<SpotlightOutput>
type Type = Option<SpotlightOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateSpotlight
impl RefUnwindSafe for updateSpotlight
impl Send for updateSpotlight
impl Sync for updateSpotlight
impl Unpin for updateSpotlight
impl UnwindSafe for updateSpotlight
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