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