pub struct BookOptions { /* private fields */ }
Implementations§
Source§impl BookOptions
impl BookOptions
pub const fn with_toc(self, include_toc: bool) -> Self
pub const fn include_toc(&self) -> bool
pub const fn with_multi_part(self, multi_part: bool) -> Self
pub const fn multi_part(&self) -> bool
pub const fn with_copy_includes(self, copy_includes: bool) -> Self
pub const fn copy_includes(&self) -> bool
pub const fn with_dependency_graphs(self, dependency_graphs: bool) -> Self
pub const fn skip_dependency_graphs(&self) -> bool
pub const fn with_sdml_listings(self, sdml_listings: bool) -> Self
pub const fn skip_sdml_listings(&self) -> bool
pub const fn with_rdf_listings(self, rdf_listings: bool) -> Self
pub const fn skip_rdf_listings(&self) -> bool
Trait Implementations§
Source§impl Clone for BookOptions
impl Clone for BookOptions
Source§fn clone(&self) -> BookOptions
fn clone(&self) -> BookOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BookOptions
impl Debug for BookOptions
Source§impl Default for BookOptions
impl Default for BookOptions
Source§impl<'de> Deserialize<'de> for BookOptions
impl<'de> Deserialize<'de> for BookOptions
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 PartialEq for BookOptions
impl PartialEq for BookOptions
Source§impl Serialize for BookOptions
impl Serialize for BookOptions
impl Copy for BookOptions
impl StructuralPartialEq for BookOptions
Auto Trait Implementations§
impl Freeze for BookOptions
impl RefUnwindSafe for BookOptions
impl Send for BookOptions
impl Sync for BookOptions
impl Unpin for BookOptions
impl UnwindSafe for BookOptions
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