Enum jotdown::SpanLinkType
source · pub enum SpanLinkType {
Inline,
Reference,
}Expand description
The type of an inline span link.
Variants§
Trait Implementations§
source§impl Clone for SpanLinkType
impl Clone for SpanLinkType
source§fn clone(&self) -> SpanLinkType
fn clone(&self) -> SpanLinkType
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 SpanLinkType
impl Debug for SpanLinkType
source§impl PartialEq<SpanLinkType> for SpanLinkType
impl PartialEq<SpanLinkType> for SpanLinkType
source§fn eq(&self, other: &SpanLinkType) -> bool
fn eq(&self, other: &SpanLinkType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.