pub struct SponsorableItemConnection;Trait Implementations§
Source§impl HasField<edges> for SponsorableItemConnection
impl HasField<edges> for SponsorableItemConnection
Source§impl HasField<nodes> for SponsorableItemConnection
impl HasField<nodes> for SponsorableItemConnection
Source§impl HasField<pageInfo> for SponsorableItemConnection
impl HasField<pageInfo> for SponsorableItemConnection
Auto Trait Implementations§
impl Freeze for SponsorableItemConnection
impl RefUnwindSafe for SponsorableItemConnection
impl Send for SponsorableItemConnection
impl Sync for SponsorableItemConnection
impl Unpin for SponsorableItemConnection
impl UnwindSafe for SponsorableItemConnection
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