pub enum SplitNaming {
Id,
IdRelative,
Label,
LabelRelative,
}Expand description
Page naming strategy for split documents.
Variants§
Id
Use xml:id attribute
IdRelative
Use xml:id, relative to parent
Label
Use labels attribute
LabelRelative
Use labels, relative to parent
Trait Implementations§
Source§impl Clone for SplitNaming
impl Clone for SplitNaming
Source§fn clone(&self) -> SplitNaming
fn clone(&self) -> SplitNaming
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 moreAuto Trait Implementations§
impl Freeze for SplitNaming
impl RefUnwindSafe for SplitNaming
impl Send for SplitNaming
impl Sync for SplitNaming
impl Unpin for SplitNaming
impl UnsafeUnpin for SplitNaming
impl UnwindSafe for SplitNaming
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