Function dynamodb_expression::function::attribute_not_exists
source · pub fn attribute_not_exists<P>(path: P) -> Expressionwhere
P: Into<String>,
Expand description
True if the attribute specified by path
does not exist in the item.