pub struct AuthoredMarkdownDestination(/* private fields */);Expand description
The destination value produced by the CommonMark parser for one occurrence.
Implementations§
Trait Implementations§
Source§impl Clone for AuthoredMarkdownDestination
impl Clone for AuthoredMarkdownDestination
Source§impl Debug for AuthoredMarkdownDestination
impl Debug for AuthoredMarkdownDestination
impl Eq for AuthoredMarkdownDestination
Source§impl Ord for AuthoredMarkdownDestination
impl Ord for AuthoredMarkdownDestination
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for AuthoredMarkdownDestination
impl PartialOrd for AuthoredMarkdownDestination
impl StructuralPartialEq for AuthoredMarkdownDestination
Auto Trait Implementations§
impl Freeze for AuthoredMarkdownDestination
impl RefUnwindSafe for AuthoredMarkdownDestination
impl Send for AuthoredMarkdownDestination
impl Sync for AuthoredMarkdownDestination
impl Unpin for AuthoredMarkdownDestination
impl UnsafeUnpin for AuthoredMarkdownDestination
impl UnwindSafe for AuthoredMarkdownDestination
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