Struct tg_bot_api::Parsed [−][src]
pub struct Parsed {
pub recent_changes: NaiveDate,
pub version: Version,
pub methods: Vec<Method>,
pub objects: Vec<Object>,
}Fields
recent_changes: NaiveDateversion: Versionmethods: Vec<Method>objects: Vec<Object>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parsedimpl UnwindSafe for ParsedBlanket Implementations
Mutably borrows from an owned value. Read more