pub struct BulkSponsorship;Trait Implementations§
impl HasInputField<amount, i32> for BulkSponsorship
impl HasInputField<sponsorableId, Option<Id>> for BulkSponsorship
impl HasInputField<sponsorableLogin, Option<String>> for BulkSponsorship
impl InputObjectMarker for BulkSponsorship
Auto Trait Implementations§
impl Freeze for BulkSponsorship
impl RefUnwindSafe for BulkSponsorship
impl Send for BulkSponsorship
impl Sync for BulkSponsorship
impl Unpin for BulkSponsorship
impl UnwindSafe for BulkSponsorship
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