pub enum RelativeKeyRelation {
RelativeMajor,
RelativeMinor,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RelativeKeyRelation
impl Clone for RelativeKeyRelation
Source§fn clone(&self) -> RelativeKeyRelation
fn clone(&self) -> RelativeKeyRelation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RelativeKeyRelation
impl Debug for RelativeKeyRelation
Source§impl Display for RelativeKeyRelation
impl Display for RelativeKeyRelation
Source§impl FromStr for RelativeKeyRelation
impl FromStr for RelativeKeyRelation
Source§impl Hash for RelativeKeyRelation
impl Hash for RelativeKeyRelation
Source§impl Ord for RelativeKeyRelation
impl Ord for RelativeKeyRelation
Source§fn cmp(&self, other: &RelativeKeyRelation) -> Ordering
fn cmp(&self, other: &RelativeKeyRelation) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RelativeKeyRelation
impl PartialEq for RelativeKeyRelation
Source§fn eq(&self, other: &RelativeKeyRelation) -> bool
fn eq(&self, other: &RelativeKeyRelation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RelativeKeyRelation
impl PartialOrd for RelativeKeyRelation
impl Copy for RelativeKeyRelation
impl Eq for RelativeKeyRelation
impl StructuralPartialEq for RelativeKeyRelation
Auto Trait Implementations§
impl Freeze for RelativeKeyRelation
impl RefUnwindSafe for RelativeKeyRelation
impl Send for RelativeKeyRelation
impl Sync for RelativeKeyRelation
impl Unpin for RelativeKeyRelation
impl UnsafeUnpin for RelativeKeyRelation
impl UnwindSafe for RelativeKeyRelation
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