Struct dynamodb_expression::condition::AttributeExists
source · pub struct AttributeExists { /* private fields */ }
Expand description
The DynamoDB attribute_exists
function. True if the item contains
the attribute in a specified Path
.
See also: Path::attribute_exists
Trait Implementations§
source§impl Clone for AttributeExists
impl Clone for AttributeExists
source§fn clone(&self) -> AttributeExists
fn clone(&self) -> AttributeExists
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 AttributeExists
impl Debug for AttributeExists
source§impl Display for AttributeExists
impl Display for AttributeExists
source§impl From<AttributeExists> for Condition
impl From<AttributeExists> for Condition
source§fn from(condition: AttributeExists) -> Self
fn from(condition: AttributeExists) -> Self
Converts to this type from the input type.
source§impl Ord for AttributeExists
impl Ord for AttributeExists
source§fn cmp(&self, other: &AttributeExists) -> Ordering
fn cmp(&self, other: &AttributeExists) -> 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 for AttributeExists
impl PartialEq for AttributeExists
source§fn eq(&self, other: &AttributeExists) -> bool
fn eq(&self, other: &AttributeExists) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AttributeExists
impl PartialOrd for AttributeExists
source§fn partial_cmp(&self, other: &AttributeExists) -> Option<Ordering>
fn partial_cmp(&self, other: &AttributeExists) -> 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 AttributeExists
impl StructuralEq for AttributeExists
impl StructuralPartialEq for AttributeExists
Auto Trait Implementations§
impl RefUnwindSafe for AttributeExists
impl Send for AttributeExists
impl Sync for AttributeExists
impl Unpin for AttributeExists
impl UnwindSafe for AttributeExists
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.