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