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