pub struct PullRequestReviewCommentChanges {
pub body: Option<ChangeFrom>,
}
Fields§
§body: Option<ChangeFrom>
A change to the body, if any.
Trait Implementations§
Source§impl Clone for PullRequestReviewCommentChanges
impl Clone for PullRequestReviewCommentChanges
Source§fn clone(&self) -> PullRequestReviewCommentChanges
fn clone(&self) -> PullRequestReviewCommentChanges
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<'de> Deserialize<'de> for PullRequestReviewCommentChanges
impl<'de> Deserialize<'de> for PullRequestReviewCommentChanges
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 Ord for PullRequestReviewCommentChanges
impl Ord for PullRequestReviewCommentChanges
Source§fn cmp(&self, other: &PullRequestReviewCommentChanges) -> Ordering
fn cmp(&self, other: &PullRequestReviewCommentChanges) -> 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 PullRequestReviewCommentChanges
impl PartialEq for PullRequestReviewCommentChanges
Source§fn eq(&self, other: &PullRequestReviewCommentChanges) -> bool
fn eq(&self, other: &PullRequestReviewCommentChanges) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for PullRequestReviewCommentChanges
impl PartialOrd for PullRequestReviewCommentChanges
impl Eq for PullRequestReviewCommentChanges
impl StructuralPartialEq for PullRequestReviewCommentChanges
Auto Trait Implementations§
impl Freeze for PullRequestReviewCommentChanges
impl RefUnwindSafe for PullRequestReviewCommentChanges
impl Send for PullRequestReviewCommentChanges
impl Sync for PullRequestReviewCommentChanges
impl Unpin for PullRequestReviewCommentChanges
impl UnwindSafe for PullRequestReviewCommentChanges
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