Added clone to RaSub
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ impl RaPost {
|
||||
///# RaSub
|
||||
///Subreddit object
|
||||
///Keeps track of posts
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct RaSub {
|
||||
pub name: String,
|
||||
pub posts: Vec<RaPost>,
|
||||
|
||||
Reference in New Issue
Block a user