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