Derive Debug, Clone, PartialEq and Eq for Link type
This commit is contained in:
parent
70f12dbef7
commit
a3d50a5e32
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ use hoedown::renderer::Render;
|
|||
use hoedown::Buffer;
|
||||
use hoedown::Markdown;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Link {
|
||||
pub title: String,
|
||||
pub link: String,
|
||||
|
|
Loading…
Reference in a new issue