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