pub struct ExtractGetParams { /* private fields */ }Expand description
GET /v1/extract?url=…&max_chars=…&query=… - readable-text
extraction of a page (the same feature as ms extract). Auth is
header-only: query-string credentials are rejected.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExtractGetParams
impl<'de> Deserialize<'de> for ExtractGetParams
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 ExtractGetParams
impl RefUnwindSafe for ExtractGetParams
impl Send for ExtractGetParams
impl Sync for ExtractGetParams
impl Unpin for ExtractGetParams
impl UnsafeUnpin for ExtractGetParams
impl UnwindSafe for ExtractGetParams
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