pub struct RetireSponsorsTierPayload;Trait Implementations§
Source§impl HasField<sponsorsTier> for RetireSponsorsTierPayload
impl HasField<sponsorsTier> for RetireSponsorsTierPayload
Source§type Type = Option<SponsorsTier>
type Type = Option<SponsorsTier>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RetireSponsorsTierPayload
impl RefUnwindSafe for RetireSponsorsTierPayload
impl Send for RetireSponsorsTierPayload
impl Sync for RetireSponsorsTierPayload
impl Unpin for RetireSponsorsTierPayload
impl UnwindSafe for RetireSponsorsTierPayload
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