pub struct UniqueId(/* private fields */);
Expand description
The unique ID of a Change
, used to set the file name of the Markdown file.
Implementations§
Trait Implementations§
Source§impl Ord for UniqueId
impl Ord for UniqueId
Source§impl PartialOrd for UniqueId
impl PartialOrd for UniqueId
impl Eq for UniqueId
impl StructuralPartialEq for UniqueId
Auto Trait Implementations§
impl Freeze for UniqueId
impl RefUnwindSafe for UniqueId
impl Send for UniqueId
impl Sync for UniqueId
impl Unpin for UniqueId
impl UnwindSafe for UniqueId
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