pub struct DeleteRowRequest {
pub module_selection: ModuleSelection,
pub table_name: String,
pub key: IntersticeValue,
}Fields§
§module_selection: ModuleSelection§table_name: String§key: IntersticeValueTrait Implementations§
Source§impl Debug for DeleteRowRequest
impl Debug for DeleteRowRequest
Source§impl<'de> Deserialize<'de> for DeleteRowRequest
impl<'de> Deserialize<'de> for DeleteRowRequest
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 DeleteRowRequest
impl RefUnwindSafe for DeleteRowRequest
impl Send for DeleteRowRequest
impl Sync for DeleteRowRequest
impl Unpin for DeleteRowRequest
impl UnwindSafe for DeleteRowRequest
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