#[non_exhaustive]pub struct CreateCodeReviewOutput { /* private fields */ }Implementations
sourceimpl CreateCodeReviewOutput
impl CreateCodeReviewOutput
sourcepub fn code_review(&self) -> Option<&CodeReview>
pub fn code_review(&self) -> Option<&CodeReview>
Information about a code review. A code review belongs to the associated repository that contains the reviewed code.
sourceimpl CreateCodeReviewOutput
impl CreateCodeReviewOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCodeReviewOutput.
Trait Implementations
sourceimpl Clone for CreateCodeReviewOutput
impl Clone for CreateCodeReviewOutput
sourcefn clone(&self) -> CreateCodeReviewOutput
fn clone(&self) -> CreateCodeReviewOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateCodeReviewOutput
impl Debug for CreateCodeReviewOutput
sourceimpl PartialEq<CreateCodeReviewOutput> for CreateCodeReviewOutput
impl PartialEq<CreateCodeReviewOutput> for CreateCodeReviewOutput
sourcefn eq(&self, other: &CreateCodeReviewOutput) -> bool
fn eq(&self, other: &CreateCodeReviewOutput) -> bool
impl StructuralPartialEq for CreateCodeReviewOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateCodeReviewOutput
impl Send for CreateCodeReviewOutput
impl Sync for CreateCodeReviewOutput
impl Unpin for CreateCodeReviewOutput
impl UnwindSafe for CreateCodeReviewOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more