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