Struct aws_sdk_ec2::output::DescribeIdFormatOutput
source · #[non_exhaustive]pub struct DescribeIdFormatOutput { /* private fields */ }
Implementations§
source§impl DescribeIdFormatOutput
impl DescribeIdFormatOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeIdFormatOutput
.
Trait Implementations§
source§impl Clone for DescribeIdFormatOutput
impl Clone for DescribeIdFormatOutput
source§fn clone(&self) -> DescribeIdFormatOutput
fn clone(&self) -> DescribeIdFormatOutput
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 more