1 2 3 4 5 6 7 8
#[derive(Clone, Debug)] pub struct VideoInformation { pub id: String, pub url: String, pub title: String, pub uploader: String, pub thumbnail: Option<String>, }