pub struct UndoId(/* private fields */);Expand description
Exact opaque identifier of one retained worktree commit.
Implementations§
Trait Implementations§
impl Eq for UndoId
Source§impl Ord for UndoId
impl Ord for UndoId
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 PartialOrd for UndoId
impl PartialOrd for UndoId
impl StructuralPartialEq for UndoId
Auto Trait Implementations§
impl Freeze for UndoId
impl RefUnwindSafe for UndoId
impl Send for UndoId
impl Sync for UndoId
impl Unpin for UndoId
impl UnsafeUnpin for UndoId
impl UnwindSafe for UndoId
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