Enum json_schema_diff::Range
source · pub enum Range {
Minimum,
Maximum,
}
Expand description
Range constraints in JSON schema.
Variants§
Trait Implementations§
source§impl Ord for Range
impl Ord for Range
source§impl PartialEq<Range> for Range
impl PartialEq<Range> for Range
source§impl PartialOrd<Range> for Range
impl PartialOrd<Range> for Range
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Range
impl StructuralEq for Range
impl StructuralPartialEq for Range
Auto Trait Implementations§
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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