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