Struct subplot::toc::TableOfContents
source · pub struct TableOfContents { /* private fields */ }Expand description
A table of contents.
Implementations§
Trait Implementations§
source§impl Debug for TableOfContents
impl Debug for TableOfContents
source§impl Default for TableOfContents
impl Default for TableOfContents
source§fn default() -> TableOfContents
fn default() -> TableOfContents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TableOfContents
impl RefUnwindSafe for TableOfContents
impl Send for TableOfContents
impl Sync for TableOfContents
impl Unpin for TableOfContents
impl UnwindSafe for TableOfContents
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