pub struct GetTableRowsPrams<'a> {
pub json: bool,
pub code: &'a str,
pub scope: &'a str,
pub table: &'a str,
pub lower_bound: &'a str,
pub upper_bound: &'a str,
pub limit: i64,
pub key_type: &'a str,
pub index_position: &'a str,
pub reverse: bool,
pub show_payer: bool,
}Fields§
§json: bool§code: &'a str§scope: &'a str§table: &'a str§lower_bound: &'a str§upper_bound: &'a str§limit: i64§key_type: &'a str§index_position: &'a str§reverse: bool§show_payer: boolTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GetTableRowsPrams<'a>
impl<'a> RefUnwindSafe for GetTableRowsPrams<'a>
impl<'a> Send for GetTableRowsPrams<'a>
impl<'a> Sync for GetTableRowsPrams<'a>
impl<'a> Unpin for GetTableRowsPrams<'a>
impl<'a> UnwindSafe for GetTableRowsPrams<'a>
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