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