Struct json_book::FootnoteLink
source · 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<FootnoteLink> for FootnoteLink
impl PartialEq<FootnoteLink> for FootnoteLink
source§fn eq(&self, other: &FootnoteLink) -> bool
fn eq(&self, other: &FootnoteLink) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FootnoteLink
impl Serialize for FootnoteLink
impl StructuralPartialEq for FootnoteLink
Auto Trait Implementations§
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