pub struct GetChatMenuButtonParams {
pub chat_id: Option<i64>,
}Fields§
§chat_id: Option<i64>Implementations§
Source§impl GetChatMenuButtonParams
impl GetChatMenuButtonParams
Sourcepub fn builder() -> GetChatMenuButtonParamsBuilder
pub fn builder() -> GetChatMenuButtonParamsBuilder
Create an instance of GetChatMenuButtonParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetChatMenuButtonParams
impl Clone for GetChatMenuButtonParams
Source§fn clone(&self) -> GetChatMenuButtonParams
fn clone(&self) -> GetChatMenuButtonParams
Returns a duplicate of the value. Read more
1.0.0 · 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 GetChatMenuButtonParams
impl Debug for GetChatMenuButtonParams
Source§impl<'de> Deserialize<'de> for GetChatMenuButtonParams
impl<'de> Deserialize<'de> for GetChatMenuButtonParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetChatMenuButtonParams
impl PartialEq for GetChatMenuButtonParams
Source§impl Serialize for GetChatMenuButtonParams
impl Serialize for GetChatMenuButtonParams
impl Eq for GetChatMenuButtonParams
impl StructuralPartialEq for GetChatMenuButtonParams
Auto Trait Implementations§
impl Freeze for GetChatMenuButtonParams
impl RefUnwindSafe for GetChatMenuButtonParams
impl Send for GetChatMenuButtonParams
impl Sync for GetChatMenuButtonParams
impl Unpin for GetChatMenuButtonParams
impl UnsafeUnpin for GetChatMenuButtonParams
impl UnwindSafe for GetChatMenuButtonParams
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