pub struct ChangesetId(/* private fields */);Expand description
Stable identity of one changeset file without its storage location.
Implementations§
Trait Implementations§
Source§impl Clone for ChangesetId
impl Clone for ChangesetId
Source§fn clone(&self) -> ChangesetId
fn clone(&self) -> ChangesetId
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 ChangesetId
impl Debug for ChangesetId
Source§impl Display for ChangesetId
impl Display for ChangesetId
impl Eq for ChangesetId
Source§impl Hash for ChangesetId
impl Hash for ChangesetId
Source§impl Ord for ChangesetId
impl Ord for ChangesetId
Source§fn cmp(&self, other: &ChangesetId) -> Ordering
fn cmp(&self, other: &ChangesetId) -> 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 ChangesetId
impl PartialEq for ChangesetId
Source§impl PartialOrd for ChangesetId
impl PartialOrd for ChangesetId
Source§impl Serialize for ChangesetId
impl Serialize for ChangesetId
impl StructuralPartialEq for ChangesetId
Auto Trait Implementations§
impl Freeze for ChangesetId
impl RefUnwindSafe for ChangesetId
impl Send for ChangesetId
impl Sync for ChangesetId
impl Unpin for ChangesetId
impl UnsafeUnpin for ChangesetId
impl UnwindSafe for ChangesetId
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