Struct dynamodb_expression::key::KeyCondition
source · pub struct KeyCondition { /* private fields */ }
Expand description
Represents a DynamoDB [key condition expression].
See also: Key
Implementations§
source§impl KeyCondition
impl KeyCondition
Trait Implementations§
source§impl Clone for KeyCondition
impl Clone for KeyCondition
source§fn clone(&self) -> KeyCondition
fn clone(&self) -> KeyCondition
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 KeyCondition
impl Debug for KeyCondition
source§impl Display for KeyCondition
impl Display for KeyCondition
source§impl From<KeyCondition> for String
impl From<KeyCondition> for String
source§fn from(key_condition: KeyCondition) -> Self
fn from(key_condition: KeyCondition) -> Self
Converts to this type from the input type.
source§impl PartialEq for KeyCondition
impl PartialEq for KeyCondition
source§fn eq(&self, other: &KeyCondition) -> bool
fn eq(&self, other: &KeyCondition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for KeyCondition
impl StructuralEq for KeyCondition
impl StructuralPartialEq for KeyCondition
Auto Trait Implementations§
impl RefUnwindSafe for KeyCondition
impl Send for KeyCondition
impl Sync for KeyCondition
impl Unpin for KeyCondition
impl UnwindSafe for KeyCondition
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
§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.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.