pub struct sponsorships;Trait Implementations§
Source§impl Field for sponsorships
impl Field for sponsorships
impl HasInputField<sponsorships, Vec<BulkSponsorship>> for CreateSponsorshipsInput
Auto Trait Implementations§
impl Freeze for sponsorships
impl RefUnwindSafe for sponsorships
impl Send for sponsorships
impl Sync for sponsorships
impl Unpin for sponsorships
impl UnwindSafe for sponsorships
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