pub struct ResolvedKeyCondition {
pub pk_name: String,
pub pk_value: AttributeValue,
pub sk_condition: Option<ResolvedSortKeyCondition>,
}Expand description
Resolved key condition with actual values.
Fields§
§pk_name: String§pk_value: AttributeValue§sk_condition: Option<ResolvedSortKeyCondition>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedKeyCondition
impl RefUnwindSafe for ResolvedKeyCondition
impl Send for ResolvedKeyCondition
impl Sync for ResolvedKeyCondition
impl Unpin for ResolvedKeyCondition
impl UnsafeUnpin for ResolvedKeyCondition
impl UnwindSafe for ResolvedKeyCondition
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