Struct hyper_scripter::query::RangeQuery
source · pub struct RangeQuery { /* private fields */ }Implementations§
source§impl RangeQuery
impl RangeQuery
pub fn get_max(&self) -> Option<NonZeroU64>
pub fn get_min(&self) -> NonZeroU64
Trait Implementations§
source§impl Clone for RangeQuery
impl Clone for RangeQuery
source§fn clone(&self) -> RangeQuery
fn clone(&self) -> RangeQuery
Returns a copy 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 RangeQuery
impl Debug for RangeQuery
source§impl Display for RangeQuery
impl Display for RangeQuery
source§impl FromStr for RangeQuery
impl FromStr for RangeQuery
§type Err = DisplayError
type Err = DisplayError
The associated error which can be returned from parsing.