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