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