#[repr(u8)]pub enum BookId {
Genesis = 0,
Exodus = 1,
Leviticus = 2,
Numbers = 3,
Deuteronomy = 4,
Matthew = 5,
John = 6,
}Variants§
Trait Implementations§
impl Eq for BookId
impl StructuralPartialEq for BookId
Auto Trait Implementations§
impl Freeze for BookId
impl RefUnwindSafe for BookId
impl Send for BookId
impl Sync for BookId
impl Unpin for BookId
impl UnsafeUnpin for BookId
impl UnwindSafe for BookId
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