pub struct CreatedIssueContributionConnection;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreatedIssueContributionConnection
impl RefUnwindSafe for CreatedIssueContributionConnection
impl Send for CreatedIssueContributionConnection
impl Sync for CreatedIssueContributionConnection
impl Unpin for CreatedIssueContributionConnection
impl UnwindSafe for CreatedIssueContributionConnection
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