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