pub struct RowList {
pub rows: Vec<Row>,
pub total: i32,
}Fields§
§rows: Vec<Row>§total: i32Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RowList
impl<'de> Deserialize<'de> for RowList
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
impl StructuralPartialEq for RowList
Auto Trait Implementations§
impl Freeze for RowList
impl RefUnwindSafe for RowList
impl Send for RowList
impl Sync for RowList
impl Unpin for RowList
impl UnsafeUnpin for RowList
impl UnwindSafe for RowList
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