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