pub enum BookEngine {
MdBook,
}Variants§
MdBook
Trait Implementations§
Source§impl Clone for BookEngine
impl Clone for BookEngine
Source§fn clone(&self) -> BookEngine
fn clone(&self) -> BookEngine
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 moreimpl Copy for BookEngine
Source§impl Debug for BookEngine
impl Debug for BookEngine
Source§impl Default for BookEngine
impl Default for BookEngine
Source§impl<'de> Deserialize<'de> for BookEngine
impl<'de> Deserialize<'de> for BookEngine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BookEngine
impl Display for BookEngine
impl Eq for BookEngine
Source§impl PartialEq for BookEngine
impl PartialEq for BookEngine
Source§fn eq(&self, other: &BookEngine) -> bool
fn eq(&self, other: &BookEngine) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BookEngine
impl Serialize for BookEngine
impl StructuralPartialEq for BookEngine
Auto Trait Implementations§
impl Freeze for BookEngine
impl RefUnwindSafe for BookEngine
impl Send for BookEngine
impl Sync for BookEngine
impl Unpin for BookEngine
impl UnsafeUnpin for BookEngine
impl UnwindSafe for BookEngine
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