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