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