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