Struct tg_bot_api::Object [−][src]
pub struct Object { pub name: String, pub description: String, pub data: ObjectData, pub docs_link: String, }
Fields
name: String
description: String
data: ObjectData
docs_link: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Object
impl UnwindSafe for Object
Blanket Implementations
Mutably borrows from an owned value. Read more