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