pub struct ChapterTags {
pub title: String,
}Expand description
Tags for chapter
Fields§
§title: StringThis is the title of the chapter. Titles can provide descriptive names for chapters, such as “Introduction” or “Chapter 1: Getting Started”.
Trait Implementations§
Source§impl Clone for ChapterTags
impl Clone for ChapterTags
Source§fn clone(&self) -> ChapterTags
fn clone(&self) -> ChapterTags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChapterTags
impl Debug for ChapterTags
Source§impl<'de> Deserialize<'de> for ChapterTags
impl<'de> Deserialize<'de> for ChapterTags
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ChapterTags
impl PartialEq for ChapterTags
Source§impl Serialize for ChapterTags
impl Serialize for ChapterTags
impl Eq for ChapterTags
impl StructuralPartialEq for ChapterTags
Auto Trait Implementations§
impl Freeze for ChapterTags
impl RefUnwindSafe for ChapterTags
impl Send for ChapterTags
impl Sync for ChapterTags
impl Unpin for ChapterTags
impl UnwindSafe for ChapterTags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)