1 2 3 4 5
#[derive(Debug)] pub struct GroupTorrent { pub include_in_score: bool, pub torrent: crate::Torrent, }