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