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