pub struct Toc {
pub activate_visible_item: bool,
}Expand description
The settings for the insertion of a table of content in a web page.
Fields§
§activate_visible_item: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Toc
impl<'de> Deserialize<'de> for Toc
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<IndexMap<String, AttributeValue>> for Toc
impl From<IndexMap<String, AttributeValue>> for Toc
Source§fn from(map: Attributes) -> Self
fn from(map: Attributes) -> Self
Converts to this type from the input type.
impl Copy for Toc
Auto Trait Implementations§
impl Freeze for Toc
impl RefUnwindSafe for Toc
impl Send for Toc
impl Sync for Toc
impl Unpin for Toc
impl UnwindSafe for Toc
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