Enum raqiya_bible_reference::TextId
source · 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§
source§impl PartialEq<TextId> for TextId
impl PartialEq<TextId> for TextId
impl Eq for TextId
impl StructuralEq for TextId
impl StructuralPartialEq for TextId
Auto Trait Implementations§
impl RefUnwindSafe for TextId
impl Send for TextId
impl Sync for TextId
impl Unpin 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