Enum hyper_scripter::query::RangeQuery [−][src]
pub enum RangeQuery {
Range {
min: NonZeroU64,
max: Option<NonZeroU64>,
},
Single(NonZeroU64),
}
Variants
Fields of Range
min: NonZeroU64
max: Option<NonZeroU64>
Single(NonZeroU64)
Tuple Fields of Single
0: NonZeroU64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RangeQuery
impl Send for RangeQuery
impl Sync for RangeQuery
impl Unpin for RangeQuery
impl UnwindSafe for RangeQuery
Blanket Implementations
Mutably borrows from an owned value. Read more