pub struct RevId { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for RevId
impl Eq for RevId
Source§impl Ord for RevId
impl Ord for RevId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for RevId
impl PartialOrd for RevId
impl StructuralPartialEq for RevId
Auto Trait Implementations§
impl Freeze for RevId
impl RefUnwindSafe for RevId
impl Send for RevId
impl Sync for RevId
impl Unpin for RevId
impl UnsafeUnpin for RevId
impl UnwindSafe for RevId
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