pub struct FootnoteRefElement {
pub span: Span,
}Expand description
각주 위치 fn
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for FootnoteRefElement
impl Clone for FootnoteRefElement
Source§fn clone(&self) -> FootnoteRefElement
fn clone(&self) -> FootnoteRefElement
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 FootnoteRefElement
impl Debug for FootnoteRefElement
Auto Trait Implementations§
impl Freeze for FootnoteRefElement
impl RefUnwindSafe for FootnoteRefElement
impl Send for FootnoteRefElement
impl Sync for FootnoteRefElement
impl Unpin for FootnoteRefElement
impl UnwindSafe for FootnoteRefElement
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