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