Struct deviantart::types::scraped_webpage_info::DeviationExtended
source · pub struct DeviationExtended {
pub download: Option<Download>,
pub description: Option<String>,
pub unknown: HashMap<String, Value>,
}
Expand description
Extended Info about a deviation
Fields§
§download: Option<Download>
Download info
description: Option<String>
HTML description
unknown: HashMap<String, Value>
Unknown data
Trait Implementations§
source§impl Debug for DeviationExtended
impl Debug for DeviationExtended
source§impl<'de> Deserialize<'de> for DeviationExtended
impl<'de> Deserialize<'de> for DeviationExtended
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 DeviationExtended
impl RefUnwindSafe for DeviationExtended
impl Send for DeviationExtended
impl Sync for DeviationExtended
impl Unpin for DeviationExtended
impl UnwindSafe for DeviationExtended
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