pub enum OutsideDirection {
Higher,
Lower,
}Variants§
Higher
Check whether the version is greater than the range.
Lower
Check whether the version is lower than the range.
Trait Implementations§
Source§impl Clone for OutsideDirection
impl Clone for OutsideDirection
Source§fn clone(&self) -> OutsideDirection
fn clone(&self) -> OutsideDirection
Returns a duplicate 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 OutsideDirection
impl Debug for OutsideDirection
Source§impl Display for OutsideDirection
impl Display for OutsideDirection
Source§impl Hash for OutsideDirection
impl Hash for OutsideDirection
Source§impl PartialEq for OutsideDirection
impl PartialEq for OutsideDirection
Source§impl TryFrom<char> for OutsideDirection
impl TryFrom<char> for OutsideDirection
impl Copy for OutsideDirection
impl Eq for OutsideDirection
impl StructuralPartialEq for OutsideDirection
Auto Trait Implementations§
impl Freeze for OutsideDirection
impl RefUnwindSafe for OutsideDirection
impl Send for OutsideDirection
impl Sync for OutsideDirection
impl Unpin for OutsideDirection
impl UnwindSafe for OutsideDirection
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