pub struct WebapiPostPullRequestReviewCommentForm {
pub path: Option<String>,
pub end_side: Option<String>,
pub body: Option<String>,
pub subject_type: Option<String>,
pub start_line: Option<i64>,
pub end_line: Option<i64>,
pub start_side: Option<String>,
}
Expand description
WebapiPostPullRequestReviewCommentForm 模型
Fields§
§path: Option<String>
§end_side: Option<String>
§body: Option<String>
§subject_type: Option<String>
§start_line: Option<i64>
§end_line: Option<i64>
§start_side: Option<String>
Trait Implementations§
Source§impl Clone for WebapiPostPullRequestReviewCommentForm
impl Clone for WebapiPostPullRequestReviewCommentForm
Source§fn clone(&self) -> WebapiPostPullRequestReviewCommentForm
fn clone(&self) -> WebapiPostPullRequestReviewCommentForm
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 WebapiPostPullRequestReviewCommentForm
impl<'de> Deserialize<'de> for WebapiPostPullRequestReviewCommentForm
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
Auto Trait Implementations§
impl Freeze for WebapiPostPullRequestReviewCommentForm
impl RefUnwindSafe for WebapiPostPullRequestReviewCommentForm
impl Send for WebapiPostPullRequestReviewCommentForm
impl Sync for WebapiPostPullRequestReviewCommentForm
impl Unpin for WebapiPostPullRequestReviewCommentForm
impl UnwindSafe for WebapiPostPullRequestReviewCommentForm
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