Derive Debug, Clone, PartialEq and Eq for Link type

This commit is contained in:
Matthias Beyer 2016-05-25 13:37:14 +02:00
parent 70f12dbef7
commit a3d50a5e32

View file

@ -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,