pub struct sponsorship;Trait Implementations§
Source§impl Field for sponsorship
impl Field for sponsorship
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 sponsorship
impl RefUnwindSafe for sponsorship
impl Send for sponsorship
impl Sync for sponsorship
impl Unpin for sponsorship
impl UnwindSafe for sponsorship
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