pub struct createSponsorship;Trait Implementations§
Source§impl Field for createSponsorship
impl Field for createSponsorship
Source§impl HasArgument<input> for createSponsorship
impl HasArgument<input> for createSponsorship
Source§type ArgumentType = CreateSponsorshipInput
type ArgumentType = CreateSponsorshipInput
The schema marker type of this argument.
Source§impl HasField<createSponsorship> for Mutation
impl HasField<createSponsorship> for Mutation
Source§type Type = Option<CreateSponsorshipPayload>
type Type = Option<CreateSponsorshipPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createSponsorship
impl RefUnwindSafe for createSponsorship
impl Send for createSponsorship
impl Sync for createSponsorship
impl Unpin for createSponsorship
impl UnwindSafe for createSponsorship
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