pub struct RuleSearch {
pub book_list: String,
pub book_url: String,
pub book_info: RuleBookInfo,
}
Fields§
§book_list: String
§book_url: String
§book_info: RuleBookInfo
Implementations§
Source§impl RuleSearch
impl RuleSearch
pub fn parse_to_book_list_item( &self, analyzer: &mut AnalyzerManager, content: &str, ) -> Result<BookListItem>
Trait Implementations§
Source§impl Clone for RuleSearch
impl Clone for RuleSearch
Source§fn clone(&self) -> RuleSearch
fn clone(&self) -> RuleSearch
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 RuleSearch
impl Debug for RuleSearch
Source§impl<'de> Deserialize<'de> for RuleSearch
impl<'de> Deserialize<'de> for RuleSearch
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
Auto Trait Implementations§
impl Freeze for RuleSearch
impl RefUnwindSafe for RuleSearch
impl Send for RuleSearch
impl Sync for RuleSearch
impl Unpin for RuleSearch
impl UnwindSafe for RuleSearch
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