pub struct GetTableRowsParams {
pub code: Name,
pub table: Name,
pub scope: Option<Name>,
pub lower_bound: Option<TableIndexType>,
pub upper_bound: Option<TableIndexType>,
pub limit: Option<u32>,
pub reverse: Option<bool>,
pub index_position: Option<IndexPosition>,
pub show_payer: Option<bool>,
}
Fields§
§code: Name
§table: Name
§scope: Option<Name>
§lower_bound: Option<TableIndexType>
§upper_bound: Option<TableIndexType>
§limit: Option<u32>
§reverse: Option<bool>
§index_position: Option<IndexPosition>
§show_payer: Option<bool>
Implementations§
Trait Implementations§
Source§impl Debug for GetTableRowsParams
impl Debug for GetTableRowsParams
Source§impl<'de> Deserialize<'de> for GetTableRowsParams
impl<'de> Deserialize<'de> for GetTableRowsParams
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 GetTableRowsParams
impl RefUnwindSafe for GetTableRowsParams
impl Send for GetTableRowsParams
impl Sync for GetTableRowsParams
impl Unpin for GetTableRowsParams
impl UnwindSafe for GetTableRowsParams
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