pub struct PullreqCommentCreateInput {
pub line_end: i64,
pub line_end_new: bool,
pub line_start: i64,
pub line_start_new: bool,
pub parent_id: i64,
pub path: String,
pub source_commit_sha: String,
pub target_commit_sha: String,
pub text: String,
}Fields§
§line_end: i64§line_end_new: bool§line_start: i64§line_start_new: bool§parent_id: i64§path: String§source_commit_sha: String§target_commit_sha: String§text: StringImplementations§
Trait Implementations§
Source§impl Clone for PullreqCommentCreateInput
impl Clone for PullreqCommentCreateInput
Source§fn clone(&self) -> PullreqCommentCreateInput
fn clone(&self) -> PullreqCommentCreateInput
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PullreqCommentCreateInput
impl Debug for PullreqCommentCreateInput
Source§impl Default for PullreqCommentCreateInput
impl Default for PullreqCommentCreateInput
Source§fn default() -> PullreqCommentCreateInput
fn default() -> PullreqCommentCreateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullreqCommentCreateInput
impl<'de> Deserialize<'de> for PullreqCommentCreateInput
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
impl StructuralPartialEq for PullreqCommentCreateInput
Auto Trait Implementations§
impl Freeze for PullreqCommentCreateInput
impl RefUnwindSafe for PullreqCommentCreateInput
impl Send for PullreqCommentCreateInput
impl Sync for PullreqCommentCreateInput
impl Unpin for PullreqCommentCreateInput
impl UnwindSafe for PullreqCommentCreateInput
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)