rvk_objects 0.2.0

Crate providing objects for use with VK (VKontakte) API
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

/// Undocumented
#[derive(Deserialize, Clone, Debug)]
pub struct Podcast {
    pub url: String,
    pub title: String,
    pub access_key: Option<String>,
}