pub enum WebFetchExtract {
Markdown,
Raw,
Both,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WebFetchExtract
impl Clone for WebFetchExtract
Source§fn clone(&self) -> WebFetchExtract
fn clone(&self) -> WebFetchExtract
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WebFetchExtract
Source§impl Debug for WebFetchExtract
impl Debug for WebFetchExtract
Source§impl<'de> Deserialize<'de> for WebFetchExtract
impl<'de> Deserialize<'de> for WebFetchExtract
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
impl Eq for WebFetchExtract
Source§impl PartialEq for WebFetchExtract
impl PartialEq for WebFetchExtract
Source§fn eq(&self, other: &WebFetchExtract) -> bool
fn eq(&self, other: &WebFetchExtract) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WebFetchExtract
impl Serialize for WebFetchExtract
impl StructuralPartialEq for WebFetchExtract
Auto Trait Implementations§
impl Freeze for WebFetchExtract
impl RefUnwindSafe for WebFetchExtract
impl Send for WebFetchExtract
impl Sync for WebFetchExtract
impl Unpin for WebFetchExtract
impl UnsafeUnpin for WebFetchExtract
impl UnwindSafe for WebFetchExtract
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