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