pub struct JsonRule {
pub book_info: JsonRuleBookInfo,
pub content: JsonRuleContent,
pub explore: Option<JsonRuleExplore>,
pub search: JsonRuleSearch,
pub toc: JsonRuleToc,
}Fields§
§book_info: JsonRuleBookInfo§content: JsonRuleContent§explore: Option<JsonRuleExplore>§search: JsonRuleSearch§toc: JsonRuleTocTrait Implementations§
Auto Trait Implementations§
impl Freeze for JsonRule
impl RefUnwindSafe for JsonRule
impl Send for JsonRule
impl Sync for JsonRule
impl Unpin for JsonRule
impl UnwindSafe for JsonRule
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