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