pub struct RetireSponsorsTierInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for RetireSponsorsTierInput
impl HasInputField<tierId, Id> for RetireSponsorsTierInput
impl InputObjectMarker for RetireSponsorsTierInput
Auto Trait Implementations§
impl Freeze for RetireSponsorsTierInput
impl RefUnwindSafe for RetireSponsorsTierInput
impl Send for RetireSponsorsTierInput
impl Sync for RetireSponsorsTierInput
impl Unpin for RetireSponsorsTierInput
impl UnwindSafe for RetireSponsorsTierInput
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