pub enum FetchFormat {
Text,
Markdown,
}Expand description
Output format for fetched content.
Variants§
Trait Implementations§
Source§impl Clone for FetchFormat
impl Clone for FetchFormat
Source§fn clone(&self) -> FetchFormat
fn clone(&self) -> FetchFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FetchFormat
impl Debug for FetchFormat
Source§impl Default for FetchFormat
impl Default for FetchFormat
Source§fn default() -> FetchFormat
fn default() -> FetchFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for FetchFormat
impl PartialEq for FetchFormat
impl Copy for FetchFormat
impl Eq for FetchFormat
impl StructuralPartialEq for FetchFormat
Auto Trait Implementations§
impl Freeze for FetchFormat
impl RefUnwindSafe for FetchFormat
impl Send for FetchFormat
impl Sync for FetchFormat
impl Unpin for FetchFormat
impl UnwindSafe for FetchFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.