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