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