pub struct SelectScanRangeOptions {
pub start: Option<i64>,
pub end: Option<i64>,
}Expand description
ScanRange request body parameters.
Fields§
§start: Option<i64>§end: Option<i64>Trait Implementations§
Source§impl Clone for SelectScanRangeOptions
impl Clone for SelectScanRangeOptions
Source§fn clone(&self) -> SelectScanRangeOptions
fn clone(&self) -> SelectScanRangeOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectScanRangeOptions
impl Debug for SelectScanRangeOptions
Source§impl Default for SelectScanRangeOptions
impl Default for SelectScanRangeOptions
Source§fn default() -> SelectScanRangeOptions
fn default() -> SelectScanRangeOptions
Returns the “default value” for a type. Read more
impl Eq for SelectScanRangeOptions
Source§impl PartialEq for SelectScanRangeOptions
impl PartialEq for SelectScanRangeOptions
Source§fn eq(&self, other: &SelectScanRangeOptions) -> bool
fn eq(&self, other: &SelectScanRangeOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectScanRangeOptions
Auto Trait Implementations§
impl Freeze for SelectScanRangeOptions
impl RefUnwindSafe for SelectScanRangeOptions
impl Send for SelectScanRangeOptions
impl Sync for SelectScanRangeOptions
impl Unpin for SelectScanRangeOptions
impl UnsafeUnpin for SelectScanRangeOptions
impl UnwindSafe for SelectScanRangeOptions
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