pub struct PullRequestReopenedPullRequestBase { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for PullRequestReopenedPullRequestBase
impl Clone for PullRequestReopenedPullRequestBase
Source§fn clone(&self) -> PullRequestReopenedPullRequestBase
fn clone(&self) -> PullRequestReopenedPullRequestBase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<PullRequestReopenedPullRequestBase> for PullRequestReopenedPullRequestBase
impl From<PullRequestReopenedPullRequestBase> for PullRequestReopenedPullRequestBase
Source§fn from(value: PullRequestReopenedPullRequestBase) -> Self
fn from(value: PullRequestReopenedPullRequestBase) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PullRequestReopenedPullRequestBase
impl RefUnwindSafe for PullRequestReopenedPullRequestBase
impl Send for PullRequestReopenedPullRequestBase
impl Sync for PullRequestReopenedPullRequestBase
impl Unpin for PullRequestReopenedPullRequestBase
impl UnwindSafe for PullRequestReopenedPullRequestBase
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