pub struct GetAttachMenuBots {
pub hash: i64,
}Expand description
Generated from:
messages.getAttachMenuBots#16fcc2cb hash:long = AttachMenuBotsFields§
§hash: i64Trait Implementations§
Source§impl Clone for GetAttachMenuBots
impl Clone for GetAttachMenuBots
Source§fn clone(&self) -> GetAttachMenuBots
fn clone(&self) -> GetAttachMenuBots
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 GetAttachMenuBots
impl Debug for GetAttachMenuBots
Source§impl Identifiable for GetAttachMenuBots
impl Identifiable for GetAttachMenuBots
Source§const CONSTRUCTOR_ID: u32 = 0x16fcc2cb
const CONSTRUCTOR_ID: u32 = 0x16fcc2cb
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAttachMenuBots
impl PartialEq for GetAttachMenuBots
Source§impl RemoteCall for GetAttachMenuBots
impl RemoteCall for GetAttachMenuBots
Source§type Return = AttachMenuBots
type Return = AttachMenuBots
The deserialized response type.
Source§impl Serializable for GetAttachMenuBots
impl Serializable for GetAttachMenuBots
impl StructuralPartialEq for GetAttachMenuBots
Auto Trait Implementations§
impl Freeze for GetAttachMenuBots
impl RefUnwindSafe for GetAttachMenuBots
impl Send for GetAttachMenuBots
impl Sync for GetAttachMenuBots
impl Unpin for GetAttachMenuBots
impl UnsafeUnpin for GetAttachMenuBots
impl UnwindSafe for GetAttachMenuBots
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