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<TableGetByPrimaryKeyRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TableGetByPrimaryKeyRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for TableGetByPrimaryKeyRequest
impl Serialize for TableGetByPrimaryKeyRequest
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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