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 for FootnoteKind
impl PartialEq for FootnoteKind
Source§impl Serialize for FootnoteKind
impl Serialize for FootnoteKind
impl StructuralPartialEq for FootnoteKind
Auto Trait Implementations§
impl Freeze for FootnoteKind
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