pub struct FootnoteRef {
pub label: String,
pub line: usize,
}Expand description
A [^label] reference in the body prose.
Fields§
§label: StringThe label between [^ and ].
line: usize1-based line number within the body.
Trait Implementations§
Source§impl Clone for FootnoteRef
impl Clone for FootnoteRef
Source§fn clone(&self) -> FootnoteRef
fn clone(&self) -> FootnoteRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FootnoteRef
impl Debug for FootnoteRef
impl Eq for FootnoteRef
Source§impl PartialEq for FootnoteRef
impl PartialEq for FootnoteRef
impl StructuralPartialEq for FootnoteRef
Auto Trait Implementations§
impl Freeze for FootnoteRef
impl RefUnwindSafe for FootnoteRef
impl Send for FootnoteRef
impl Sync for FootnoteRef
impl Unpin for FootnoteRef
impl UnsafeUnpin for FootnoteRef
impl UnwindSafe for FootnoteRef
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