pub struct AnchorEntry {
pub spec: String,
pub anchor: String,
pub title: Option<String>,
pub section_type: String,
}Fields§
§spec: String§anchor: String§title: Option<String>§section_type: StringTrait Implementations§
Source§impl Debug for AnchorEntry
impl Debug for AnchorEntry
Auto Trait Implementations§
impl Freeze for AnchorEntry
impl RefUnwindSafe for AnchorEntry
impl Send for AnchorEntry
impl Sync for AnchorEntry
impl Unpin for AnchorEntry
impl UnsafeUnpin for AnchorEntry
impl UnwindSafe for AnchorEntry
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