Struct hydrus_api::api_core::common::PageInformation [−][src]
pub struct PageInformation {
pub name: String,
pub page_key: String,
pub page_type: u32,
pub selected: Option<bool>,
pub pages: Vec<PageInformation>,
}Fields
name: Stringpage_key: Stringpage_type: u32selected: Option<bool>pages: Vec<PageInformation>Trait Implementations
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 RefUnwindSafe for PageInformation
impl Send for PageInformation
impl Sync for PageInformation
impl Unpin for PageInformation
impl UnwindSafe for PageInformation
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more