Enum bat::line_range::RangeCheckResult
source · pub enum RangeCheckResult {
InRange,
BeforeOrBetweenRanges,
AfterLastRange,
}
Variants§
Trait Implementations§
source§impl Clone for RangeCheckResult
impl Clone for RangeCheckResult
source§fn clone(&self) -> RangeCheckResult
fn clone(&self) -> RangeCheckResult
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 RangeCheckResult
impl Debug for RangeCheckResult
source§impl PartialEq<RangeCheckResult> for RangeCheckResult
impl PartialEq<RangeCheckResult> for RangeCheckResult
source§fn eq(&self, other: &RangeCheckResult) -> bool
fn eq(&self, other: &RangeCheckResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RangeCheckResult
impl Eq for RangeCheckResult
impl StructuralEq for RangeCheckResult
impl StructuralPartialEq for RangeCheckResult
Auto Trait Implementations§
impl RefUnwindSafe for RangeCheckResult
impl Send for RangeCheckResult
impl Sync for RangeCheckResult
impl Unpin for RangeCheckResult
impl UnwindSafe for RangeCheckResult
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.