pub struct MarkdownSignature { /* private fields */ }Expand description
A canonical Markdown event stream used for semantic comparison.
Implementations§
Source§impl MarkdownSignature
impl MarkdownSignature
Sourcepub fn first_divergence(&self, other: &Self) -> Option<String>
pub fn first_divergence(&self, other: &Self) -> Option<String>
Return a short description of the first event divergence.
Trait Implementations§
Source§impl Clone for MarkdownSignature
impl Clone for MarkdownSignature
Source§fn clone(&self) -> MarkdownSignature
fn clone(&self) -> MarkdownSignature
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 moreSource§impl Debug for MarkdownSignature
impl Debug for MarkdownSignature
Source§impl PartialEq for MarkdownSignature
impl PartialEq for MarkdownSignature
Source§fn eq(&self, other: &MarkdownSignature) -> bool
fn eq(&self, other: &MarkdownSignature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MarkdownSignature
impl StructuralPartialEq for MarkdownSignature
Auto Trait Implementations§
impl Freeze for MarkdownSignature
impl RefUnwindSafe for MarkdownSignature
impl Send for MarkdownSignature
impl Sync for MarkdownSignature
impl Unpin for MarkdownSignature
impl UnsafeUnpin for MarkdownSignature
impl UnwindSafe for MarkdownSignature
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