pub enum RenderLocatorTargetKind {
ChapterStart,
FragmentFallbackChapterStart,
FragmentAnchor,
}Expand description
Deterministic locator resolution kind for rendered page targets.
Variants§
ChapterStart
Locator mapped directly to the chapter start page.
FragmentFallbackChapterStart
Locator fragment mapped to a chapter start fallback.
FragmentAnchor
Locator fragment matched to an explicit anchor page.
Reserved for future anchor-index integration.
Trait Implementations§
Source§impl Clone for RenderLocatorTargetKind
impl Clone for RenderLocatorTargetKind
Source§fn clone(&self) -> RenderLocatorTargetKind
fn clone(&self) -> RenderLocatorTargetKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RenderLocatorTargetKind
impl Debug for RenderLocatorTargetKind
Source§impl PartialEq for RenderLocatorTargetKind
impl PartialEq for RenderLocatorTargetKind
impl Copy for RenderLocatorTargetKind
impl Eq for RenderLocatorTargetKind
impl StructuralPartialEq for RenderLocatorTargetKind
Auto Trait Implementations§
impl Freeze for RenderLocatorTargetKind
impl RefUnwindSafe for RenderLocatorTargetKind
impl Send for RenderLocatorTargetKind
impl Sync for RenderLocatorTargetKind
impl Unpin for RenderLocatorTargetKind
impl UnsafeUnpin for RenderLocatorTargetKind
impl UnwindSafe for RenderLocatorTargetKind
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