pub struct BibleBookReference { /* private fields */ }Expand description
This struct represents a valid Bible reference which consists of a book.
Implementations§
Trait Implementations§
Source§impl Clone for BibleBookReference
impl Clone for BibleBookReference
Source§fn clone(&self) -> BibleBookReference
fn clone(&self) -> BibleBookReference
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 BibleBookReference
impl Debug for BibleBookReference
impl Eq for BibleBookReference
Source§impl Ord for BibleBookReference
impl Ord for BibleBookReference
Source§fn cmp(&self, other: &BibleBookReference) -> Ordering
fn cmp(&self, other: &BibleBookReference) -> 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 BibleBookReference
impl PartialEq for BibleBookReference
Source§fn eq(&self, other: &BibleBookReference) -> bool
fn eq(&self, other: &BibleBookReference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BibleBookReference
impl PartialOrd for BibleBookReference
impl StructuralPartialEq for BibleBookReference
Auto Trait Implementations§
impl Freeze for BibleBookReference
impl RefUnwindSafe for BibleBookReference
impl Send for BibleBookReference
impl Sync for BibleBookReference
impl Unpin for BibleBookReference
impl UnsafeUnpin for BibleBookReference
impl UnwindSafe for BibleBookReference
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