pub struct SetChatMenuButtonParams {
pub chat_id: Option<i64>,
pub menu_button: Option<MenuButton>,
}Fields§
§chat_id: Option<i64>Trait Implementations§
Source§impl Clone for SetChatMenuButtonParams
impl Clone for SetChatMenuButtonParams
Source§fn clone(&self) -> SetChatMenuButtonParams
fn clone(&self) -> SetChatMenuButtonParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetChatMenuButtonParams
impl Debug for SetChatMenuButtonParams
Auto Trait Implementations§
impl Freeze for SetChatMenuButtonParams
impl RefUnwindSafe for SetChatMenuButtonParams
impl Send for SetChatMenuButtonParams
impl Sync for SetChatMenuButtonParams
impl Unpin for SetChatMenuButtonParams
impl UnsafeUnpin for SetChatMenuButtonParams
impl UnwindSafe for SetChatMenuButtonParams
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