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