pub struct ExploreOp {
pub categories: Vec<Category>,
pub list: Rule,
pub item: BookRules,
}Expand description
浏览操作。
Fields§
§categories: Vec<Category>§list: Rule§item: BookRulesTrait Implementations§
Source§impl<'de> Deserialize<'de> for ExploreOp
impl<'de> Deserialize<'de> for ExploreOp
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
impl Eq for ExploreOp
impl StructuralPartialEq for ExploreOp
Auto Trait Implementations§
impl Freeze for ExploreOp
impl RefUnwindSafe for ExploreOp
impl Send for ExploreOp
impl Sync for ExploreOp
impl Unpin for ExploreOp
impl UnsafeUnpin for ExploreOp
impl UnwindSafe for ExploreOp
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