pub struct BotCommandBuilder { /* private fields */ }Expand description
Builder for the BotCommand structure
Implementations§
Trait Implementations§
Source§impl Builder for BotCommandBuilder
impl Builder for BotCommandBuilder
Source§type Value = BotCommand
type Value = BotCommand
Type to be built
Auto Trait Implementations§
impl Freeze for BotCommandBuilder
impl RefUnwindSafe for BotCommandBuilder
impl Send for BotCommandBuilder
impl Sync for BotCommandBuilder
impl Unpin for BotCommandBuilder
impl UnwindSafe for BotCommandBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more