pub struct FootnoteDef<'a> {
pub label: &'a str,
pub children: Vec<NodeID>,
}
Fields§
§label: &'a str
§children: Vec<NodeID>
Trait Implementations§
Source§impl<'a> Clone for FootnoteDef<'a>
impl<'a> Clone for FootnoteDef<'a>
Source§fn clone(&self) -> FootnoteDef<'a>
fn clone(&self) -> FootnoteDef<'a>
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<'a> Debug for FootnoteDef<'a>
impl<'a> Debug for FootnoteDef<'a>
Source§impl<'a> From<FootnoteDef<'a>> for Expr<'a>
impl<'a> From<FootnoteDef<'a>> for Expr<'a>
Source§fn from(original: FootnoteDef<'a>) -> Expr<'a>
fn from(original: FootnoteDef<'a>) -> Expr<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for FootnoteDef<'a>
impl<'a> RefUnwindSafe for FootnoteDef<'a>
impl<'a> Send for FootnoteDef<'a>
impl<'a> Sync for FootnoteDef<'a>
impl<'a> Unpin for FootnoteDef<'a>
impl<'a> UnwindSafe for FootnoteDef<'a>
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