pub struct marketplaceListings;
Trait Implementations§
Source§impl Field for marketplaceListings
impl Field for marketplaceListings
Source§impl HasArgument<adminId> for marketplaceListings
impl HasArgument<adminId> for marketplaceListings
Source§impl HasArgument<after> for marketplaceListings
impl HasArgument<after> for marketplaceListings
Source§impl HasArgument<allStates> for marketplaceListings
impl HasArgument<allStates> for marketplaceListings
Source§impl HasArgument<before> for marketplaceListings
impl HasArgument<before> for marketplaceListings
Source§impl HasArgument<first> for marketplaceListings
impl HasArgument<first> for marketplaceListings
Source§impl HasArgument<last> for marketplaceListings
impl HasArgument<last> for marketplaceListings
Source§impl HasArgument<slugs> for marketplaceListings
impl HasArgument<slugs> for marketplaceListings
Source§impl HasField<marketplaceListings> for Query
impl HasField<marketplaceListings> for Query
Source§type Type = MarketplaceListingConnection
type Type = MarketplaceListingConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for marketplaceListings
impl RefUnwindSafe for marketplaceListings
impl Send for marketplaceListings
impl Sync for marketplaceListings
impl Unpin for marketplaceListings
impl UnwindSafe for marketplaceListings
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