#[non_exhaustive]pub struct CreateDimensionOutput { /* private fields */ }
Implementations§
source§impl CreateDimensionOutput
impl CreateDimensionOutput
sourcepub fn builder() -> CreateDimensionOutputBuilder
pub fn builder() -> CreateDimensionOutputBuilder
Creates a new builder-style object to manufacture CreateDimensionOutput
.
Trait Implementations§
source§impl Clone for CreateDimensionOutput
impl Clone for CreateDimensionOutput
source§fn clone(&self) -> CreateDimensionOutput
fn clone(&self) -> CreateDimensionOutput
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 CreateDimensionOutput
impl Debug for CreateDimensionOutput
source§impl PartialEq<CreateDimensionOutput> for CreateDimensionOutput
impl PartialEq<CreateDimensionOutput> for CreateDimensionOutput
source§fn eq(&self, other: &CreateDimensionOutput) -> bool
fn eq(&self, other: &CreateDimensionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateDimensionOutput
impl RequestId for CreateDimensionOutput
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.impl StructuralPartialEq for CreateDimensionOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateDimensionOutput
impl Send for CreateDimensionOutput
impl Sync for CreateDimensionOutput
impl Unpin for CreateDimensionOutput
impl UnwindSafe for CreateDimensionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more