pub struct featuredItems;Trait Implementations§
Source§impl Field for featuredItems
impl Field for featuredItems
Source§impl HasArgument<featureableTypes> for featuredItems
impl HasArgument<featureableTypes> for featuredItems
Source§type ArgumentType = Option<Vec<SponsorsListingFeaturedItemFeatureableType>>
type ArgumentType = Option<Vec<SponsorsListingFeaturedItemFeatureableType>>
The schema marker type of this argument.
Source§impl HasField<featuredItems> for SponsorsListing
impl HasField<featuredItems> for SponsorsListing
Source§type Type = Vec<SponsorsListingFeaturedItem>
type Type = Vec<SponsorsListingFeaturedItem>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for featuredItems
impl RefUnwindSafe for featuredItems
impl Send for featuredItems
impl Sync for featuredItems
impl Unpin for featuredItems
impl UnwindSafe for featuredItems
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