pub struct PullreqReviewSubmitInput {
pub commit_sha: String,
pub decision: PullreqReviewDecision,
}Fields§
§commit_sha: String§decision: PullreqReviewDecisionImplementations§
Source§impl PullreqReviewSubmitInput
impl PullreqReviewSubmitInput
pub fn new( commit_sha: String, decision: PullreqReviewDecision, ) -> PullreqReviewSubmitInput
Trait Implementations§
Source§impl Clone for PullreqReviewSubmitInput
impl Clone for PullreqReviewSubmitInput
Source§fn clone(&self) -> PullreqReviewSubmitInput
fn clone(&self) -> PullreqReviewSubmitInput
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 Debug for PullreqReviewSubmitInput
impl Debug for PullreqReviewSubmitInput
Source§impl Default for PullreqReviewSubmitInput
impl Default for PullreqReviewSubmitInput
Source§fn default() -> PullreqReviewSubmitInput
fn default() -> PullreqReviewSubmitInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullreqReviewSubmitInput
impl<'de> Deserialize<'de> for PullreqReviewSubmitInput
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 PullreqReviewSubmitInput
impl PartialEq for PullreqReviewSubmitInput
Source§impl Serialize for PullreqReviewSubmitInput
impl Serialize for PullreqReviewSubmitInput
impl StructuralPartialEq for PullreqReviewSubmitInput
Auto Trait Implementations§
impl Freeze for PullreqReviewSubmitInput
impl RefUnwindSafe for PullreqReviewSubmitInput
impl Send for PullreqReviewSubmitInput
impl Sync for PullreqReviewSubmitInput
impl Unpin for PullreqReviewSubmitInput
impl UnwindSafe for PullreqReviewSubmitInput
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