pub struct CreatePullReviewCommentOptions {}Expand description
CreatePullReviewCommentOptions are options to create a pull review comment
Trait Implementations§
Source§impl Clone for CreatePullReviewCommentOptions
impl Clone for CreatePullReviewCommentOptions
Source§fn clone(&self) -> CreatePullReviewCommentOptions
fn clone(&self) -> CreatePullReviewCommentOptions
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<'de> Deserialize<'de> for CreatePullReviewCommentOptions
impl<'de> Deserialize<'de> for CreatePullReviewCommentOptions
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 PartialEq for CreatePullReviewCommentOptions
impl PartialEq for CreatePullReviewCommentOptions
Source§fn eq(&self, other: &CreatePullReviewCommentOptions) -> bool
fn eq(&self, other: &CreatePullReviewCommentOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreatePullReviewCommentOptions
Auto Trait Implementations§
impl Freeze for CreatePullReviewCommentOptions
impl RefUnwindSafe for CreatePullReviewCommentOptions
impl Send for CreatePullReviewCommentOptions
impl Sync for CreatePullReviewCommentOptions
impl Unpin for CreatePullReviewCommentOptions
impl UnwindSafe for CreatePullReviewCommentOptions
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