pub enum SourceConstruct {
InlineLink,
FullReferenceLink,
CollapsedReferenceLink,
ShortcutReferenceLink,
Autolink,
InlineImage,
FullReferenceImage,
CollapsedReferenceImage,
ShortcutReferenceImage,
}Variants§
InlineLink
FullReferenceLink
CollapsedReferenceLink
ShortcutReferenceLink
Autolink
InlineImage
FullReferenceImage
CollapsedReferenceImage
ShortcutReferenceImage
Implementations§
Trait Implementations§
Source§impl Clone for SourceConstruct
impl Clone for SourceConstruct
Source§fn clone(&self) -> SourceConstruct
fn clone(&self) -> SourceConstruct
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 moreimpl Copy for SourceConstruct
Source§impl Debug for SourceConstruct
impl Debug for SourceConstruct
impl Eq for SourceConstruct
Source§impl Ord for SourceConstruct
impl Ord for SourceConstruct
Source§fn cmp(&self, other: &SourceConstruct) -> Ordering
fn cmp(&self, other: &SourceConstruct) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceConstruct
impl PartialEq for SourceConstruct
Source§impl PartialOrd for SourceConstruct
impl PartialOrd for SourceConstruct
impl StructuralPartialEq for SourceConstruct
Auto Trait Implementations§
impl Freeze for SourceConstruct
impl RefUnwindSafe for SourceConstruct
impl Send for SourceConstruct
impl Sync for SourceConstruct
impl Unpin for SourceConstruct
impl UnsafeUnpin for SourceConstruct
impl UnwindSafe for SourceConstruct
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