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