pub struct TableGetByPrimaryKeyRequest {
pub module_selection: ModuleSelection,
pub table_name: String,
pub primary_key: IndexKey,
}Fields§
§module_selection: ModuleSelection§table_name: String§primary_key: IndexKeyTrait Implementations§
Source§impl Debug for TableGetByPrimaryKeyRequest
impl Debug for TableGetByPrimaryKeyRequest
Source§impl<'de> Deserialize<'de> for TableGetByPrimaryKeyRequest
impl<'de> Deserialize<'de> for TableGetByPrimaryKeyRequest
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 TableGetByPrimaryKeyRequest
impl RefUnwindSafe for TableGetByPrimaryKeyRequest
impl Send for TableGetByPrimaryKeyRequest
impl Sync for TableGetByPrimaryKeyRequest
impl Unpin for TableGetByPrimaryKeyRequest
impl UnsafeUnpin for TableGetByPrimaryKeyRequest
impl UnwindSafe for TableGetByPrimaryKeyRequest
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