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