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