#[non_exhaustive]pub struct GetPullRequestApprovalStatesOutput { /* private fields */ }
Implementations§
source§impl GetPullRequestApprovalStatesOutput
impl GetPullRequestApprovalStatesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPullRequestApprovalStatesOutput
.
Trait Implementations§
source§impl Clone for GetPullRequestApprovalStatesOutput
impl Clone for GetPullRequestApprovalStatesOutput
source§fn clone(&self) -> GetPullRequestApprovalStatesOutput
fn clone(&self) -> GetPullRequestApprovalStatesOutput
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 PartialEq<GetPullRequestApprovalStatesOutput> for GetPullRequestApprovalStatesOutput
impl PartialEq<GetPullRequestApprovalStatesOutput> for GetPullRequestApprovalStatesOutput
source§fn eq(&self, other: &GetPullRequestApprovalStatesOutput) -> bool
fn eq(&self, other: &GetPullRequestApprovalStatesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.