pub struct TocRules {
pub list: Rule,
pub name: Rule,
pub url: Rule,
pub is_volume: Option<Rule>,
pub next_page: Option<Rule>,
pub max_pages: u32,
}Expand description
目录规则(章节 + 分卷 + 可选分页)。
Fields§
§list: Rule§name: Rule§url: Rule§is_volume: Option<Rule>§next_page: Option<Rule>§max_pages: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for TocRules
impl<'de> Deserialize<'de> for TocRules
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
impl Eq for TocRules
impl StructuralPartialEq for TocRules
Auto Trait Implementations§
impl Freeze for TocRules
impl RefUnwindSafe for TocRules
impl Send for TocRules
impl Sync for TocRules
impl Unpin for TocRules
impl UnsafeUnpin for TocRules
impl UnwindSafe for TocRules
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