pub struct FootnoteReference {
pub id: usize,
pub style: String,
pub content: Vec<Paragraph>,
}
Fields§
§id: usize
§style: String
§content: Vec<Paragraph>
Implementations§
Trait Implementations§
Source§impl Clone for FootnoteReference
impl Clone for FootnoteReference
Source§fn clone(&self) -> FootnoteReference
fn clone(&self) -> FootnoteReference
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 FootnoteReference
impl Debug for FootnoteReference
Source§impl From<&FootnoteReference> for Footnote
impl From<&FootnoteReference> for Footnote
Source§fn from(reference: &FootnoteReference) -> Self
fn from(reference: &FootnoteReference) -> Self
Converts to this type from the input type.
Source§impl From<Footnote> for FootnoteReference
impl From<Footnote> for FootnoteReference
Source§impl PartialEq for FootnoteReference
impl PartialEq for FootnoteReference
Source§impl Serialize for FootnoteReference
impl Serialize for FootnoteReference
impl BuildXML for FootnoteReference
impl StructuralPartialEq for FootnoteReference
Auto Trait Implementations§
impl Freeze for FootnoteReference
impl RefUnwindSafe for FootnoteReference
impl Send for FootnoteReference
impl Sync for FootnoteReference
impl Unpin for FootnoteReference
impl UnwindSafe for FootnoteReference
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