pub struct LinkReference {
pub label: Vec<Inline>,
pub text: Vec<Inline>,
}
Fields§
§label: Vec<Inline>
Link label (acts as the identifier).
text: Vec<Inline>
Link text
Trait Implementations§
Source§impl Clone for LinkReference
impl Clone for LinkReference
Source§fn clone(&self) -> LinkReference
fn clone(&self) -> LinkReference
Returns a copy 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 LinkReference
impl Debug for LinkReference
Source§impl PartialEq for LinkReference
impl PartialEq for LinkReference
impl StructuralPartialEq for LinkReference
Auto Trait Implementations§
impl Freeze for LinkReference
impl RefUnwindSafe for LinkReference
impl Send for LinkReference
impl Sync for LinkReference
impl Unpin for LinkReference
impl UnwindSafe for LinkReference
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