pub struct InsertTableRowDto {
pub table_id: i64,
pub row_index: i64,
}Fields§
§table_id: i64§row_index: i64Trait Implementations§
Source§impl Clone for InsertTableRowDto
impl Clone for InsertTableRowDto
Source§fn clone(&self) -> InsertTableRowDto
fn clone(&self) -> InsertTableRowDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InsertTableRowDto
impl Debug for InsertTableRowDto
Source§impl Default for InsertTableRowDto
impl Default for InsertTableRowDto
Source§fn default() -> InsertTableRowDto
fn default() -> InsertTableRowDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InsertTableRowDto
impl<'de> Deserialize<'de> for InsertTableRowDto
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
Source§impl PartialEq for InsertTableRowDto
impl PartialEq for InsertTableRowDto
Source§impl Serialize for InsertTableRowDto
impl Serialize for InsertTableRowDto
impl StructuralPartialEq for InsertTableRowDto
Auto Trait Implementations§
impl Freeze for InsertTableRowDto
impl RefUnwindSafe for InsertTableRowDto
impl Send for InsertTableRowDto
impl Sync for InsertTableRowDto
impl Unpin for InsertTableRowDto
impl UnsafeUnpin for InsertTableRowDto
impl UnwindSafe for InsertTableRowDto
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