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: NaiveDate
version: Version
methods: Vec<Method>
objects: Vec<Object>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parsed
impl UnwindSafe for Parsed
Blanket Implementations
Mutably borrows from an owned value. Read more