Struct aws_sdk_ec2::model::RiProductDescription
source · #[non_exhaustive]pub struct RiProductDescription(_);
Implementations§
Trait Implementations§
source§impl Clone for RiProductDescription
impl Clone for RiProductDescription
source§fn clone(&self) -> RiProductDescription
fn clone(&self) -> RiProductDescription
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 RiProductDescription
impl Debug for RiProductDescription
source§impl Hash for RiProductDescription
impl Hash for RiProductDescription
source§impl Ord for RiProductDescription
impl Ord for RiProductDescription
source§fn cmp(&self, other: &RiProductDescription) -> Ordering
fn cmp(&self, other: &RiProductDescription) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<RiProductDescription> for RiProductDescription
impl PartialEq<RiProductDescription> for RiProductDescription
source§fn eq(&self, other: &RiProductDescription) -> bool
fn eq(&self, other: &RiProductDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RiProductDescription> for RiProductDescription
impl PartialOrd<RiProductDescription> for RiProductDescription
source§fn partial_cmp(&self, other: &RiProductDescription) -> Option<Ordering>
fn partial_cmp(&self, other: &RiProductDescription) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for RiProductDescription
impl StructuralEq for RiProductDescription
impl StructuralPartialEq for RiProductDescription
Auto Trait Implementations§
impl RefUnwindSafe for RiProductDescription
impl Send for RiProductDescription
impl Sync for RiProductDescription
impl Unpin for RiProductDescription
impl UnwindSafe for RiProductDescription
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.