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