pub struct WorkflowRunPullRequestsItem { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowRunPullRequestsItem
impl Clone for WorkflowRunPullRequestsItem
Source§fn clone(&self) -> WorkflowRunPullRequestsItem
fn clone(&self) -> WorkflowRunPullRequestsItem
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 Debug for WorkflowRunPullRequestsItem
impl Debug for WorkflowRunPullRequestsItem
Source§impl From<WorkflowRunPullRequestsItem> for WorkflowRunPullRequestsItem
impl From<WorkflowRunPullRequestsItem> for WorkflowRunPullRequestsItem
Source§fn from(value: WorkflowRunPullRequestsItem) -> Self
fn from(value: WorkflowRunPullRequestsItem) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WorkflowRunPullRequestsItem
impl RefUnwindSafe for WorkflowRunPullRequestsItem
impl Send for WorkflowRunPullRequestsItem
impl Sync for WorkflowRunPullRequestsItem
impl Unpin for WorkflowRunPullRequestsItem
impl UnwindSafe for WorkflowRunPullRequestsItem
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