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