pub struct GetTableByScopeIn {
pub code: String,
pub table: String,
pub lower_bound: String,
pub upper_bound: String,
pub limit: usize,
pub reverse: bool,
}Fields§
§code: String§table: String§lower_bound: String§upper_bound: String§limit: usize§reverse: boolTrait Implementations§
Source§impl Debug for GetTableByScopeIn
impl Debug for GetTableByScopeIn
Source§impl<'de> Deserialize<'de> for GetTableByScopeIn
impl<'de> Deserialize<'de> for GetTableByScopeIn
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 GetTableByScopeIn
impl RefUnwindSafe for GetTableByScopeIn
impl Send for GetTableByScopeIn
impl Sync for GetTableByScopeIn
impl Unpin for GetTableByScopeIn
impl UnwindSafe for GetTableByScopeIn
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