pub struct MarkdownCheckResult {
pub success: bool,
pub checks: Vec<LinkCheckResult>,
}Fields§
§success: bool§checks: Vec<LinkCheckResult>Implementations§
Source§impl MarkdownCheckResult
impl MarkdownCheckResult
pub fn display_with_config( &self, show_valid: bool, ) -> MarkdownCheckResultFormatter<'_>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkdownCheckResult
impl RefUnwindSafe for MarkdownCheckResult
impl Send for MarkdownCheckResult
impl Sync for MarkdownCheckResult
impl Unpin for MarkdownCheckResult
impl UnsafeUnpin for MarkdownCheckResult
impl UnwindSafe for MarkdownCheckResult
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