Struct greader_api::models::Tagging
source · pub struct Tagging {
pub id: String,
pub type: Option<String>,
pub sortid: Option<String>,
pub unread_count: Option<u64>,
pub unseen_count: Option<u64>,
}Fields§
§id: String§type: Option<String>§sortid: Option<String>§unread_count: Option<u64>§unseen_count: Option<u64>Trait Implementations§
source§impl<'de> Deserialize<'de> for Tagging
impl<'de> Deserialize<'de> for Tagging
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more