#[non_exhaustive]pub struct CreateDefaultSubnetOutput { /* private fields */ }Implementations§
source§impl CreateDefaultSubnetOutput
impl CreateDefaultSubnetOutput
sourcepub fn builder() -> CreateDefaultSubnetOutputBuilder
pub fn builder() -> CreateDefaultSubnetOutputBuilder
Creates a new builder-style object to manufacture CreateDefaultSubnetOutput.
Trait Implementations§
source§impl Clone for CreateDefaultSubnetOutput
impl Clone for CreateDefaultSubnetOutput
source§fn clone(&self) -> CreateDefaultSubnetOutput
fn clone(&self) -> CreateDefaultSubnetOutput
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 CreateDefaultSubnetOutput
impl Debug for CreateDefaultSubnetOutput
source§impl PartialEq<CreateDefaultSubnetOutput> for CreateDefaultSubnetOutput
impl PartialEq<CreateDefaultSubnetOutput> for CreateDefaultSubnetOutput
source§fn eq(&self, other: &CreateDefaultSubnetOutput) -> bool
fn eq(&self, other: &CreateDefaultSubnetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateDefaultSubnetOutput
impl RequestId for CreateDefaultSubnetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.