pub struct Sponsorship;Trait Implementations§
Source§impl HasField<__typename> for Sponsorship
impl HasField<__typename> for Sponsorship
Source§impl HasField<createdAt> for Sponsorship
impl HasField<createdAt> for Sponsorship
Source§impl HasField<isActive> for Sponsorship
impl HasField<isActive> for Sponsorship
Source§impl HasField<isOneTimePayment> for Sponsorship
impl HasField<isOneTimePayment> for Sponsorship
Source§impl HasField<maintainer> for Sponsorship
impl HasField<maintainer> for Sponsorship
Source§impl HasField<privacyLevel> for Sponsorship
impl HasField<privacyLevel> for Sponsorship
Source§type Type = SponsorshipPrivacy
type Type = SponsorshipPrivacy
The schema marker type of this field.
Source§impl HasField<sponsor> for Sponsorship
impl HasField<sponsor> for Sponsorship
Source§impl HasField<sponsorEntity> for Sponsorship
impl HasField<sponsorEntity> for Sponsorship
Source§impl HasField<sponsorable> for Sponsorship
impl HasField<sponsorable> for Sponsorship
Source§type Type = Sponsorable
type Type = Sponsorable
The schema marker type of this field.
Source§impl HasField<tier> for Sponsorship
impl HasField<tier> for Sponsorship
Source§type Type = Option<SponsorsTier>
type Type = Option<SponsorsTier>
The schema marker type of this field.
Source§impl HasField<tierSelectedAt> for Sponsorship
impl HasField<tierSelectedAt> for Sponsorship
Source§impl NamedType for Sponsorship
impl NamedType for Sponsorship
impl HasSubtype<Sponsorship> for Node
Auto Trait Implementations§
impl Freeze for Sponsorship
impl RefUnwindSafe for Sponsorship
impl Send for Sponsorship
impl Sync for Sponsorship
impl Unpin for Sponsorship
impl UnwindSafe for Sponsorship
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