Struct changesets::UniqueId
source · pub struct UniqueId(/* private fields */);
Expand description
The unique ID of a Change
, parsed from and used to set the file name of the Markdown file.
Implementations§
Trait Implementations§
source§impl Ord for UniqueId
impl Ord for UniqueId
source§impl PartialEq for UniqueId
impl PartialEq for UniqueId
source§impl PartialOrd for UniqueId
impl PartialOrd for UniqueId
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 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