pub struct JsonRuleToc {
pub chapter_list: String,
pub chapter_name: JsonData,
pub chapter_url: JsonData,
}Fields§
§chapter_list: String§chapter_name: JsonData§chapter_url: JsonDataImplementations§
Source§impl JsonRuleToc
impl JsonRuleToc
pub fn parse_chapter_list( &self, data: &Value, variables: &mut Variables, ) -> Result<ChapterList>
Trait Implementations§
Source§impl Clone for JsonRuleToc
impl Clone for JsonRuleToc
Source§fn clone(&self) -> JsonRuleToc
fn clone(&self) -> JsonRuleToc
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 JsonRuleToc
impl Debug for JsonRuleToc
Source§impl TryFrom<&RuleToc> for JsonRuleToc
impl TryFrom<&RuleToc> for JsonRuleToc
Auto Trait Implementations§
impl Freeze for JsonRuleToc
impl RefUnwindSafe for JsonRuleToc
impl Send for JsonRuleToc
impl Sync for JsonRuleToc
impl Unpin for JsonRuleToc
impl UnwindSafe for JsonRuleToc
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