pub struct FootnoteLink {
pub id: String,
pub kind: FootnoteKind,
pub content: Vec<Text>,
}
Fields§
§id: String
§kind: FootnoteKind
§content: Vec<Text>
Trait Implementations§
Source§impl Debug for FootnoteLink
impl Debug for FootnoteLink
Source§impl<'de> Deserialize<'de> for FootnoteLink
impl<'de> Deserialize<'de> for FootnoteLink
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 FootnoteLink
impl PartialEq for FootnoteLink
Source§impl Serialize for FootnoteLink
impl Serialize for FootnoteLink
impl StructuralPartialEq for FootnoteLink
Auto Trait Implementations§
impl Freeze for FootnoteLink
impl RefUnwindSafe for FootnoteLink
impl Send for FootnoteLink
impl Sync for FootnoteLink
impl Unpin for FootnoteLink
impl UnwindSafe for FootnoteLink
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