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