pub struct Revision<S: Stringable>(/* private fields */);Implementations§
Trait Implementations§
source§impl<S: Stringable> Display for Revision<S>
impl<S: Stringable> Display for Revision<S>
source§impl<S: Ord + Stringable> Ord for Revision<S>
impl<S: Ord + Stringable> Ord for Revision<S>
1.21.0 · 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<S: Stringable> PartialEq<&str> for Revision<S>
impl<S: Stringable> PartialEq<&str> for Revision<S>
source§impl<S: Stringable> PartialEq<Revision<S>> for &str
impl<S: Stringable> PartialEq<Revision<S>> for &str
source§impl<S: Stringable> PartialEq<Revision<S>> for str
impl<S: Stringable> PartialEq<Revision<S>> for str
source§impl<S: Stringable> PartialEq<Revision<S>> for u64
impl<S: Stringable> PartialEq<Revision<S>> for u64
source§impl<S1: Stringable, S2: Stringable> PartialEq<Revision<S1>> for Revision<S2>
impl<S1: Stringable, S2: Stringable> PartialEq<Revision<S1>> for Revision<S2>
source§impl<S1: Stringable, S2: Stringable> PartialOrd<Revision<S1>> for Revision<S2>
impl<S1: Stringable, S2: Stringable> PartialOrd<Revision<S1>> for Revision<S2>
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<S: Eq + Stringable> Eq for Revision<S>
Auto Trait Implementations§
impl<S> RefUnwindSafe for Revision<S>where
S: RefUnwindSafe,
impl<S> Send for Revision<S>where
S: Send,
impl<S> Sync for Revision<S>where
S: Sync,
impl<S> Unpin for Revision<S>where
S: Unpin,
impl<S> UnwindSafe for Revision<S>where
S: UnwindSafe,
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.