pub enum EpubVersion {
Version2_0,
Version3_0,
}Expand description
Represents the EPUB version
This enum is used to distinguish between different versions of the EPUB specification.
Variants§
Trait Implementations§
Source§impl Debug for EpubVersion
impl Debug for EpubVersion
Source§impl PartialEq for EpubVersion
impl PartialEq for EpubVersion
impl Eq for EpubVersion
impl StructuralPartialEq for EpubVersion
Auto Trait Implementations§
impl Freeze for EpubVersion
impl RefUnwindSafe for EpubVersion
impl Send for EpubVersion
impl Sync for EpubVersion
impl Unpin for EpubVersion
impl UnwindSafe for EpubVersion
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<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.