Struct aws_sdk_emr::types::builders::MetricDimensionBuilder
source · #[non_exhaustive]pub struct MetricDimensionBuilder { /* private fields */ }Expand description
A builder for MetricDimension.
Implementations§
source§impl MetricDimensionBuilder
impl MetricDimensionBuilder
sourcepub fn build(self) -> MetricDimension
pub fn build(self) -> MetricDimension
Consumes the builder and constructs a MetricDimension.
Trait Implementations§
source§impl Clone for MetricDimensionBuilder
impl Clone for MetricDimensionBuilder
source§fn clone(&self) -> MetricDimensionBuilder
fn clone(&self) -> MetricDimensionBuilder
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 MetricDimensionBuilder
impl Debug for MetricDimensionBuilder
source§impl Default for MetricDimensionBuilder
impl Default for MetricDimensionBuilder
source§fn default() -> MetricDimensionBuilder
fn default() -> MetricDimensionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for MetricDimensionBuilder
impl PartialEq for MetricDimensionBuilder
source§fn eq(&self, other: &MetricDimensionBuilder) -> bool
fn eq(&self, other: &MetricDimensionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MetricDimensionBuilder
Auto Trait Implementations§
impl RefUnwindSafe for MetricDimensionBuilder
impl Send for MetricDimensionBuilder
impl Sync for MetricDimensionBuilder
impl Unpin for MetricDimensionBuilder
impl UnwindSafe for MetricDimensionBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.