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