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