pub struct CreateSponsorsTierInput;Trait Implementations§
impl HasInputField<amount, i32> for CreateSponsorsTierInput
impl HasInputField<clientMutationId, Option<String>> for CreateSponsorsTierInput
impl HasInputField<description, String> for CreateSponsorsTierInput
impl HasInputField<isRecurring, Option<bool>> for CreateSponsorsTierInput
impl HasInputField<publish, Option<bool>> for CreateSponsorsTierInput
impl HasInputField<repositoryId, Option<Id>> for CreateSponsorsTierInput
impl HasInputField<repositoryName, Option<String>> for CreateSponsorsTierInput
impl HasInputField<repositoryOwnerLogin, Option<String>> for CreateSponsorsTierInput
impl HasInputField<sponsorableId, Option<Id>> for CreateSponsorsTierInput
impl HasInputField<sponsorableLogin, Option<String>> for CreateSponsorsTierInput
impl HasInputField<welcomeMessage, Option<String>> for CreateSponsorsTierInput
impl InputObjectMarker for CreateSponsorsTierInput
Auto Trait Implementations§
impl Freeze for CreateSponsorsTierInput
impl RefUnwindSafe for CreateSponsorsTierInput
impl Send for CreateSponsorsTierInput
impl Sync for CreateSponsorsTierInput
impl Unpin for CreateSponsorsTierInput
impl UnwindSafe for CreateSponsorsTierInput
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