pub enum HeaderQueryContent {
Url(String),
Json(Value),
}Available on crate feature
scraper only.Expand description
get_web_header_json_value 的返回类型。
- 当输入是 HTML 时,返回从
<meta name="bmstable">提取的 URL; - 当输入是 JSON 时,返回解析后的 JSON 值。
Variants§
Auto Trait Implementations§
impl Freeze for HeaderQueryContent
impl RefUnwindSafe for HeaderQueryContent
impl Send for HeaderQueryContent
impl Sync for HeaderQueryContent
impl Unpin for HeaderQueryContent
impl UnwindSafe for HeaderQueryContent
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