Struct tg_bot_api::Argument [−][src]
pub struct Argument {
pub name: String,
pub kind: Type,
pub required: bool,
pub description: String,
}Fields
name: Stringkind: Typerequired: booldescription: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Argumentimpl UnwindSafe for ArgumentBlanket Implementations
Mutably borrows from an owned value. Read more