pub enum ParseFormat {
Json,
Yaml,
Toml,
Frontmatter,
}Expand description
Parse format types.
Variants§
Trait Implementations§
Source§impl Clone for ParseFormat
impl Clone for ParseFormat
Source§fn clone(&self) -> ParseFormat
fn clone(&self) -> ParseFormat
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 ParseFormat
impl Debug for ParseFormat
Source§impl Display for ParseFormat
impl Display for ParseFormat
Source§impl PartialEq for ParseFormat
impl PartialEq for ParseFormat
impl Copy for ParseFormat
impl Eq for ParseFormat
impl StructuralPartialEq for ParseFormat
Auto Trait Implementations§
impl Freeze for ParseFormat
impl RefUnwindSafe for ParseFormat
impl Send for ParseFormat
impl Sync for ParseFormat
impl Unpin for ParseFormat
impl UnwindSafe for ParseFormat
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.