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