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