pub struct CreateSponsorsListingInput;Trait Implementations§
impl HasInputField<billingCountryOrRegionCode, Option<SponsorsCountryOrRegionCode>> for CreateSponsorsListingInput
impl HasInputField<clientMutationId, Option<String>> for CreateSponsorsListingInput
impl HasInputField<contactEmail, Option<String>> for CreateSponsorsListingInput
impl HasInputField<fiscalHostLogin, Option<String>> for CreateSponsorsListingInput
impl HasInputField<fiscallyHostedProjectProfileUrl, Option<String>> for CreateSponsorsListingInput
impl HasInputField<fullDescription, Option<String>> for CreateSponsorsListingInput
impl HasInputField<residenceCountryOrRegionCode, Option<SponsorsCountryOrRegionCode>> for CreateSponsorsListingInput
impl HasInputField<sponsorableLogin, Option<String>> for CreateSponsorsListingInput
impl InputObjectMarker for CreateSponsorsListingInput
Auto Trait Implementations§
impl Freeze for CreateSponsorsListingInput
impl RefUnwindSafe for CreateSponsorsListingInput
impl Send for CreateSponsorsListingInput
impl Sync for CreateSponsorsListingInput
impl Unpin for CreateSponsorsListingInput
impl UnwindSafe for CreateSponsorsListingInput
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