pub struct JsonRuleSearch {
pub book_list: String,
pub author: JsonData,
pub intro: JsonData,
pub kind: JsonData,
pub name: JsonData,
pub word_count: JsonData,
pub book_url: JsonData,
pub cover_url: JsonData,
}Fields§
§book_list: String§intro: JsonData§kind: JsonData§name: JsonData§word_count: JsonData§book_url: JsonData§cover_url: JsonDataImplementations§
Trait Implementations§
Source§impl Clone for JsonRuleSearch
impl Clone for JsonRuleSearch
Source§fn clone(&self) -> JsonRuleSearch
fn clone(&self) -> JsonRuleSearch
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 JsonRuleSearch
impl Debug for JsonRuleSearch
Source§impl TryFrom<&RuleSearch> for JsonRuleSearch
impl TryFrom<&RuleSearch> for JsonRuleSearch
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§impl TryFrom<RuleSearch> for JsonRuleSearch
impl TryFrom<RuleSearch> for JsonRuleSearch
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for JsonRuleSearch
impl RefUnwindSafe for JsonRuleSearch
impl Send for JsonRuleSearch
impl Sync for JsonRuleSearch
impl Unpin for JsonRuleSearch
impl UnwindSafe for JsonRuleSearch
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