pub struct RepoContributorClient { /* private fields */ }
Expand description
RepoContributor API 客户端
Implementations§
Auto Trait Implementations§
impl Freeze for RepoContributorClient
impl !RefUnwindSafe for RepoContributorClient
impl Send for RepoContributorClient
impl Sync for RepoContributorClient
impl Unpin for RepoContributorClient
impl !UnwindSafe for RepoContributorClient
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