pub struct PullRequestReviewChanges {
pub body: Option<ChangeFrom>,
}
Fields§
§body: Option<ChangeFrom>
Trait Implementations§
Source§impl Clone for PullRequestReviewChanges
impl Clone for PullRequestReviewChanges
Source§fn clone(&self) -> PullRequestReviewChanges
fn clone(&self) -> PullRequestReviewChanges
Returns a copy 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 PullRequestReviewChanges
impl Debug for PullRequestReviewChanges
Source§impl<'de> Deserialize<'de> for PullRequestReviewChanges
impl<'de> Deserialize<'de> for PullRequestReviewChanges
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PullRequestReviewChanges
impl Hash for PullRequestReviewChanges
Source§impl Ord for PullRequestReviewChanges
impl Ord for PullRequestReviewChanges
Source§fn cmp(&self, other: &PullRequestReviewChanges) -> Ordering
fn cmp(&self, other: &PullRequestReviewChanges) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PullRequestReviewChanges
impl PartialEq for PullRequestReviewChanges
Source§impl PartialOrd for PullRequestReviewChanges
impl PartialOrd for PullRequestReviewChanges
impl Eq for PullRequestReviewChanges
impl StructuralPartialEq for PullRequestReviewChanges
Auto Trait Implementations§
impl Freeze for PullRequestReviewChanges
impl RefUnwindSafe for PullRequestReviewChanges
impl Send for PullRequestReviewChanges
impl Sync for PullRequestReviewChanges
impl Unpin for PullRequestReviewChanges
impl UnwindSafe for PullRequestReviewChanges
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