pub struct DeleteMyCommandsBuilder { /* private fields */ }Expand description
Builder for the DeleteMyCommands structure
Implementations§
Source§impl DeleteMyCommandsBuilder
impl DeleteMyCommandsBuilder
Sourcepub fn scope(self, val: BotCommandScope) -> Self
pub fn scope(self, val: BotCommandScope) -> Self
Set the field scope to the given value
Sourcepub fn language_code(self, val: String) -> Self
pub fn language_code(self, val: String) -> Self
Set the field language_code to the given value
Trait Implementations§
Source§impl Builder for DeleteMyCommandsBuilder
impl Builder for DeleteMyCommandsBuilder
Source§type Value = DeleteMyCommands
type Value = DeleteMyCommands
Type to be built
Auto Trait Implementations§
impl Freeze for DeleteMyCommandsBuilder
impl RefUnwindSafe for DeleteMyCommandsBuilder
impl Send for DeleteMyCommandsBuilder
impl Sync for DeleteMyCommandsBuilder
impl Unpin for DeleteMyCommandsBuilder
impl UnwindSafe for DeleteMyCommandsBuilder
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