pub struct HistoryIndex(/* private fields */);Expand description
A hierarchical RFC 7044 history index.
Implementations§
Source§impl HistoryIndex
impl HistoryIndex
Trait Implementations§
Source§impl Clone for HistoryIndex
impl Clone for HistoryIndex
Source§fn clone(&self) -> HistoryIndex
fn clone(&self) -> HistoryIndex
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 HistoryIndex
impl Debug for HistoryIndex
Source§impl Ord for HistoryIndex
impl Ord for HistoryIndex
Source§fn cmp(&self, other: &HistoryIndex) -> Ordering
fn cmp(&self, other: &HistoryIndex) -> 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 HistoryIndex
impl PartialEq for HistoryIndex
Source§fn eq(&self, other: &HistoryIndex) -> bool
fn eq(&self, other: &HistoryIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HistoryIndex
impl PartialOrd for HistoryIndex
impl Eq for HistoryIndex
impl StructuralPartialEq for HistoryIndex
Auto Trait Implementations§
impl Freeze for HistoryIndex
impl RefUnwindSafe for HistoryIndex
impl Send for HistoryIndex
impl Sync for HistoryIndex
impl Unpin for HistoryIndex
impl UnsafeUnpin for HistoryIndex
impl UnwindSafe for HistoryIndex
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