Struct deviantart::types::scraped_webpage_info::StreamParams
source · pub struct StreamParams {
pub request_params: HashMap<String, String>,
pub item_type: String,
pub request_endpoint: String,
pub initial_offset: u64,
pub unknown: HashMap<String, Value>,
}
Expand description
Stream params
Fields§
§request_params: HashMap<String, String>
Request params
item_type: String
?
request_endpoint: String
?
initial_offset: u64
?
unknown: HashMap<String, Value>
Unknown data
Trait Implementations§
source§impl Debug for StreamParams
impl Debug for StreamParams
source§impl<'de> Deserialize<'de> for StreamParams
impl<'de> Deserialize<'de> for StreamParams
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 StreamParams
impl RefUnwindSafe for StreamParams
impl Send for StreamParams
impl Sync for StreamParams
impl Unpin for StreamParams
impl UnwindSafe for StreamParams
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