pub enum TextId {
EnLSB,
FiR1933_38,
}Expand description
Represents a text containg Bible content. It can be
- a critical edition of the Old Testament (like BHS, Biblia Hebraica Stuttgartensia)
- a critical edition of the New Testament (like NA28, Nestle-Aland Novum Testamentum Graece 28)
- a partial translation of the Bible (like Septuagint, which contains only the Old Testament in Greek).
- a complete translation of the Bible (like LSB, Legacy Standard Bible, an English translation).
Variants§
Implementations§
Trait Implementations§
impl Eq for TextId
impl StructuralPartialEq for TextId
Auto Trait Implementations§
impl Freeze for TextId
impl RefUnwindSafe for TextId
impl Send for TextId
impl Sync for TextId
impl Unpin for TextId
impl UnsafeUnpin for TextId
impl UnwindSafe for TextId
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