pub struct sponsorableId;Trait Implementations§
Source§impl Field for sponsorableId
impl Field for sponsorableId
impl HasInputField<sponsorableId, Option<Id>> for CreateSponsorshipInput
Auto Trait Implementations§
impl Freeze for sponsorableId
impl RefUnwindSafe for sponsorableId
impl Send for sponsorableId
impl Sync for sponsorableId
impl Unpin for sponsorableId
impl UnwindSafe for sponsorableId
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