pub struct SpineBuilder { /* private fields */ }Expand description
Spine builder for EPUB reading order
The SpineBuilder is responsible for managing the spine items in an EPUB publication.
The spine defines the default reading order of the publication - the sequence in which
the reading system should present the content documents to the reader.
Each spine item references a manifest item by its ID (idref), indicating which resource should be displayed at that point in the reading order.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpineBuilder
impl RefUnwindSafe for SpineBuilder
impl Send for SpineBuilder
impl Sync for SpineBuilder
impl Unpin for SpineBuilder
impl UnsafeUnpin for SpineBuilder
impl UnwindSafe for SpineBuilder
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