pub struct ChapterOrdinal(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChapterOrdinal
impl Clone for ChapterOrdinal
Source§fn clone(&self) -> ChapterOrdinal
fn clone(&self) -> ChapterOrdinal
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 moreimpl Copy for ChapterOrdinal
Source§impl Debug for ChapterOrdinal
impl Debug for ChapterOrdinal
impl Eq for ChapterOrdinal
Source§impl Ord for ChapterOrdinal
impl Ord for ChapterOrdinal
Source§fn cmp(&self, other: &ChapterOrdinal) -> Ordering
fn cmp(&self, other: &ChapterOrdinal) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ChapterOrdinal
impl PartialEq for ChapterOrdinal
Source§impl PartialOrd for ChapterOrdinal
impl PartialOrd for ChapterOrdinal
impl StructuralPartialEq for ChapterOrdinal
Auto Trait Implementations§
impl Freeze for ChapterOrdinal
impl RefUnwindSafe for ChapterOrdinal
impl Send for ChapterOrdinal
impl Sync for ChapterOrdinal
impl Unpin for ChapterOrdinal
impl UnsafeUnpin for ChapterOrdinal
impl UnwindSafe for ChapterOrdinal
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
Source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.