pub struct QueryRowsScanOptions {
pub max_rows: Option<usize>,
pub row_offset: Option<u64>,
}Fields§
§max_rows: Option<usize>§row_offset: Option<u64>Trait Implementations§
Source§impl Clone for QueryRowsScanOptions
impl Clone for QueryRowsScanOptions
Source§fn clone(&self) -> QueryRowsScanOptions
fn clone(&self) -> QueryRowsScanOptions
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 QueryRowsScanOptions
impl Debug for QueryRowsScanOptions
Source§impl Default for QueryRowsScanOptions
impl Default for QueryRowsScanOptions
Source§fn default() -> QueryRowsScanOptions
fn default() -> QueryRowsScanOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryRowsScanOptions
impl<'de> Deserialize<'de> for QueryRowsScanOptions
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 QueryRowsScanOptions
impl PartialEq for QueryRowsScanOptions
Source§impl Serialize for QueryRowsScanOptions
impl Serialize for QueryRowsScanOptions
impl Copy for QueryRowsScanOptions
impl Eq for QueryRowsScanOptions
impl StructuralPartialEq for QueryRowsScanOptions
Auto Trait Implementations§
impl Freeze for QueryRowsScanOptions
impl RefUnwindSafe for QueryRowsScanOptions
impl Send for QueryRowsScanOptions
impl Sync for QueryRowsScanOptions
impl Unpin for QueryRowsScanOptions
impl UnsafeUnpin for QueryRowsScanOptions
impl UnwindSafe for QueryRowsScanOptions
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