Struct aws_sdk_rds::types::ReferenceDetails
source · #[non_exhaustive]pub struct ReferenceDetails {
pub scalar_reference_details: Option<ScalarReferenceDetails>,
}Expand description
The reference details of a metric.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.scalar_reference_details: Option<ScalarReferenceDetails>The metric reference details when the reference is a scalar.
Implementations§
source§impl ReferenceDetails
impl ReferenceDetails
sourcepub fn scalar_reference_details(&self) -> Option<&ScalarReferenceDetails>
pub fn scalar_reference_details(&self) -> Option<&ScalarReferenceDetails>
The metric reference details when the reference is a scalar.
source§impl ReferenceDetails
impl ReferenceDetails
sourcepub fn builder() -> ReferenceDetailsBuilder
pub fn builder() -> ReferenceDetailsBuilder
Creates a new builder-style object to manufacture ReferenceDetails.
Trait Implementations§
source§impl Clone for ReferenceDetails
impl Clone for ReferenceDetails
source§fn clone(&self) -> ReferenceDetails
fn clone(&self) -> ReferenceDetails
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 ReferenceDetails
impl Debug for ReferenceDetails
source§impl PartialEq for ReferenceDetails
impl PartialEq for ReferenceDetails
source§fn eq(&self, other: &ReferenceDetails) -> bool
fn eq(&self, other: &ReferenceDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReferenceDetails
Auto Trait Implementations§
impl Freeze for ReferenceDetails
impl RefUnwindSafe for ReferenceDetails
impl Send for ReferenceDetails
impl Sync for ReferenceDetails
impl Unpin for ReferenceDetails
impl UnwindSafe for ReferenceDetails
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.