pub struct SubmitPullReviewOptions {
pub body: Option<String>,
pub event: Option<String>,
}
Expand description
SubmitPullReviewOptions : SubmitPullReviewOptions are options to submit a pending pull review
Fields§
§body: Option<String>
§event: Option<String>
ReviewStateType review state type
Implementations§
Source§impl SubmitPullReviewOptions
impl SubmitPullReviewOptions
Sourcepub fn new() -> SubmitPullReviewOptions
pub fn new() -> SubmitPullReviewOptions
SubmitPullReviewOptions are options to submit a pending pull review
Trait Implementations§
Source§impl Clone for SubmitPullReviewOptions
impl Clone for SubmitPullReviewOptions
Source§fn clone(&self) -> SubmitPullReviewOptions
fn clone(&self) -> SubmitPullReviewOptions
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 Debug for SubmitPullReviewOptions
impl Debug for SubmitPullReviewOptions
Source§impl Default for SubmitPullReviewOptions
impl Default for SubmitPullReviewOptions
Source§fn default() -> SubmitPullReviewOptions
fn default() -> SubmitPullReviewOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubmitPullReviewOptions
impl<'de> Deserialize<'de> for SubmitPullReviewOptions
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 SubmitPullReviewOptions
impl PartialEq for SubmitPullReviewOptions
Source§impl Serialize for SubmitPullReviewOptions
impl Serialize for SubmitPullReviewOptions
impl StructuralPartialEq for SubmitPullReviewOptions
Auto Trait Implementations§
impl Freeze for SubmitPullReviewOptions
impl RefUnwindSafe for SubmitPullReviewOptions
impl Send for SubmitPullReviewOptions
impl Sync for SubmitPullReviewOptions
impl Unpin for SubmitPullReviewOptions
impl UnwindSafe for SubmitPullReviewOptions
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