pub struct TransactGet {
pub table_name: String,
pub key: HashMap<String, AttributeValue>,
pub projection_expression: Option<String>,
pub expression_attribute_names: Option<HashMap<String, String>>,
}Fields§
§table_name: String§key: HashMap<String, AttributeValue>§projection_expression: Option<String>§expression_attribute_names: Option<HashMap<String, String>>Trait Implementations§
Source§impl Debug for TransactGet
impl Debug for TransactGet
Source§impl Default for TransactGet
impl Default for TransactGet
Source§fn default() -> TransactGet
fn default() -> TransactGet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransactGet
impl<'de> Deserialize<'de> for TransactGet
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TransactGet
impl RefUnwindSafe for TransactGet
impl Send for TransactGet
impl Sync for TransactGet
impl Unpin for TransactGet
impl UnsafeUnpin for TransactGet
impl UnwindSafe for TransactGet
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