pub struct GitHubPRClient { /* private fields */ }Expand description
GitHub PR client
Implementations§
Trait Implementations§
Source§impl Clone for GitHubPRClient
impl Clone for GitHubPRClient
Source§fn clone(&self) -> GitHubPRClient
fn clone(&self) -> GitHubPRClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GitHubPRClient
impl !RefUnwindSafe for GitHubPRClient
impl Send for GitHubPRClient
impl Sync for GitHubPRClient
impl Unpin for GitHubPRClient
impl UnsafeUnpin for GitHubPRClient
impl !UnwindSafe for GitHubPRClient
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