update
This commit is contained in:
@@ -17,4 +17,13 @@ impl Clone for Icon {
|
||||
content_type: self.content_type.clone(),
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum ParseType {
|
||||
Link { url: String, title: String },
|
||||
Img(Icon),
|
||||
Count(u32),
|
||||
ResourceAdd,
|
||||
ResourceLast,
|
||||
Duration { duration: u64, unit: String },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user