Enum json_book::FootnoteKind
source · pub enum FootnoteKind {
Note,
Comment,
}Variants§
Trait Implementations§
source§impl Debug for FootnoteKind
impl Debug for FootnoteKind
source§impl<'de> Deserialize<'de> for FootnoteKind
impl<'de> Deserialize<'de> for FootnoteKind
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
source§impl PartialEq<FootnoteKind> for FootnoteKind
impl PartialEq<FootnoteKind> for FootnoteKind
source§fn eq(&self, other: &FootnoteKind) -> bool
fn eq(&self, other: &FootnoteKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FootnoteKind
impl Serialize for FootnoteKind
impl StructuralPartialEq for FootnoteKind
Auto Trait Implementations§
impl RefUnwindSafe for FootnoteKind
impl Send for FootnoteKind
impl Sync for FootnoteKind
impl Unpin for FootnoteKind
impl UnwindSafe for FootnoteKind
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