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