pub struct RevisionName(/* private fields */);Expand description
A revision name.
Implementations§
Trait Implementations§
Source§impl Clone for RevisionName
impl Clone for RevisionName
Source§fn clone(&self) -> RevisionName
fn clone(&self) -> RevisionName
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 RevisionName
impl Debug for RevisionName
impl Eq for RevisionName
Source§impl From<RevisionName> for Symbol
impl From<RevisionName> for Symbol
Source§fn from(value: RevisionName) -> Self
fn from(value: RevisionName) -> Self
Converts to this type from the input type.
Source§impl Hash for RevisionName
impl Hash for RevisionName
Source§impl Ord for RevisionName
impl Ord for RevisionName
Source§fn cmp(&self, other: &RevisionName) -> Ordering
fn cmp(&self, other: &RevisionName) -> 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
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 PartialEq for RevisionName
impl PartialEq for RevisionName
Source§impl PartialOrd for RevisionName
impl PartialOrd for RevisionName
impl StructuralPartialEq for RevisionName
Auto Trait Implementations§
impl Freeze for RevisionName
impl RefUnwindSafe for RevisionName
impl Send for RevisionName
impl Sync for RevisionName
impl Unpin for RevisionName
impl UnsafeUnpin for RevisionName
impl UnwindSafe for RevisionName
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