Struct bonsaidb::keystorage::s3::aws_sdk_s3::primitives::UnknownVariantValue
pub struct UnknownVariantValue(_);
Expand description
Opaque struct used as inner data for the Unknown
variant defined in enums in
the crate
While this is not intended to be used directly, it is marked as pub
because it is
part of the enums that are public interface.
Trait Implementations§
§impl Clone for UnknownVariantValue
impl Clone for UnknownVariantValue
§fn clone(&self) -> UnknownVariantValue
fn clone(&self) -> UnknownVariantValue
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 more§impl Debug for UnknownVariantValue
impl Debug for UnknownVariantValue
§impl Hash for UnknownVariantValue
impl Hash for UnknownVariantValue
§impl Ord for UnknownVariantValue
impl Ord for UnknownVariantValue
§fn cmp(&self, other: &UnknownVariantValue) -> Ordering
fn cmp(&self, other: &UnknownVariantValue) -> 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
§impl PartialEq<UnknownVariantValue> for UnknownVariantValue
impl PartialEq<UnknownVariantValue> for UnknownVariantValue
§fn eq(&self, other: &UnknownVariantValue) -> bool
fn eq(&self, other: &UnknownVariantValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<UnknownVariantValue> for UnknownVariantValue
impl PartialOrd<UnknownVariantValue> for UnknownVariantValue
§fn partial_cmp(&self, other: &UnknownVariantValue) -> Option<Ordering>
fn partial_cmp(&self, other: &UnknownVariantValue) -> 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 UnknownVariantValue
impl StructuralEq for UnknownVariantValue
impl StructuralPartialEq for UnknownVariantValue
Auto Trait Implementations§
impl RefUnwindSafe for UnknownVariantValue
impl Send for UnknownVariantValue
impl Sync for UnknownVariantValue
impl Unpin for UnknownVariantValue
impl UnwindSafe for UnknownVariantValue
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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<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.§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.