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