pub struct ReviewRequestOptions {
pub reviewers: Vec<String>,
pub team_reviewers: Vec<String>,
}Fields§
§reviewers: Vec<String>An array of user logins that will be requested.
Note, each login must be a collaborator.
team_reviewers: Vec<String>An array of team slugs that will be requested.
Trait Implementations§
Source§impl Default for ReviewRequestOptions
impl Default for ReviewRequestOptions
Source§fn default() -> ReviewRequestOptions
fn default() -> ReviewRequestOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReviewRequestOptions
impl RefUnwindSafe for ReviewRequestOptions
impl Send for ReviewRequestOptions
impl Sync for ReviewRequestOptions
impl Unpin for ReviewRequestOptions
impl UnwindSafe for ReviewRequestOptions
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