Struct deviantart::types::scraped_webpage_info::RootStream
source · pub struct RootStream {
pub current_open_item: Value,
pub unknown: HashMap<String, Value>,
}
Expand description
?
Fields§
§current_open_item: Value
The id of the current deviation. This is either a number or string.
unknown: HashMap<String, Value>
Unknown data
Trait Implementations§
source§impl Debug for RootStream
impl Debug for RootStream
source§impl<'de> Deserialize<'de> for RootStream
impl<'de> Deserialize<'de> for RootStream
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 RootStream
impl RefUnwindSafe for RootStream
impl Send for RootStream
impl Sync for RootStream
impl Unpin for RootStream
impl UnwindSafe for RootStream
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