pub struct SetChatMenuButtonBuilder { /* private fields */ }Expand description
Builder for the SetChatMenuButton structure
Implementations§
Trait Implementations§
Source§impl Builder for SetChatMenuButtonBuilder
impl Builder for SetChatMenuButtonBuilder
Source§type Value = SetChatMenuButton
type Value = SetChatMenuButton
Type to be built
Auto Trait Implementations§
impl Freeze for SetChatMenuButtonBuilder
impl RefUnwindSafe for SetChatMenuButtonBuilder
impl Send for SetChatMenuButtonBuilder
impl Sync for SetChatMenuButtonBuilder
impl Unpin for SetChatMenuButtonBuilder
impl UnwindSafe for SetChatMenuButtonBuilder
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