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