pub struct GuideRef {
pub guide_type: String,
pub title: Option<String>,
pub href: String,
}Expand description
A reference from the EPUB 2.0 <guide> element
Fields§
§guide_type: StringReference type (e.g. “cover”, “toc”, “text”)
title: Option<String>Display title
href: StringPath relative to OPF
Trait Implementations§
impl Eq for GuideRef
impl StructuralPartialEq for GuideRef
Auto Trait Implementations§
impl Freeze for GuideRef
impl RefUnwindSafe for GuideRef
impl Send for GuideRef
impl Sync for GuideRef
impl Unpin for GuideRef
impl UnsafeUnpin for GuideRef
impl UnwindSafe for GuideRef
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