Struct bazaar::RevisionId
source · pub struct RevisionId(_);
Implementations§
Trait Implementations§
source§impl Clone for RevisionId
impl Clone for RevisionId
source§fn clone(&self) -> RevisionId
fn clone(&self) -> RevisionId
Returns a copy 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 RevisionId
impl Debug for RevisionId
source§impl Display for RevisionId
impl Display for RevisionId
source§impl From<&[u8]> for RevisionId
impl From<&[u8]> for RevisionId
source§impl From<RevisionId> for Vec<u8>
impl From<RevisionId> for Vec<u8>
source§fn from(v: RevisionId) -> Self
fn from(v: RevisionId) -> Self
Converts to this type from the input type.
source§impl Hash for RevisionId
impl Hash for RevisionId
source§impl Ord for RevisionId
impl Ord for RevisionId
source§fn cmp(&self, other: &RevisionId) -> Ordering
fn cmp(&self, other: &RevisionId) -> Ordering
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 PartialEq<RevisionId> for RevisionId
impl PartialEq<RevisionId> for RevisionId
source§fn eq(&self, other: &RevisionId) -> bool
fn eq(&self, other: &RevisionId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RevisionId> for RevisionId
impl PartialOrd<RevisionId> for RevisionId
source§fn partial_cmp(&self, other: &RevisionId) -> Option<Ordering>
fn partial_cmp(&self, other: &RevisionId) -> Option<Ordering>
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 RevisionId
impl StructuralEq for RevisionId
impl StructuralPartialEq for RevisionId
Auto Trait Implementations§
impl RefUnwindSafe for RevisionId
impl Send for RevisionId
impl Sync for RevisionId
impl Unpin for RevisionId
impl UnwindSafe for RevisionId
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