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