pub struct InputBotAppId {
pub id: i64,
pub access_hash: i64,
}Expand description
Fields§
§id: i64§access_hash: i64Trait Implementations§
Source§impl Clone for InputBotAppId
impl Clone for InputBotAppId
Source§fn clone(&self) -> InputBotAppId
fn clone(&self) -> InputBotAppId
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 InputBotAppId
impl Debug for InputBotAppId
Source§impl Deserializable for InputBotAppId
impl Deserializable for InputBotAppId
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<InputBotAppId> for InputBotApp
impl From<InputBotAppId> for InputBotApp
Source§fn from(x: InputBotAppId) -> Self
fn from(x: InputBotAppId) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputBotAppId
impl Identifiable for InputBotAppId
Source§const CONSTRUCTOR_ID: u32 = 0xa920bd7a
const CONSTRUCTOR_ID: u32 = 0xa920bd7a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputBotAppId
impl PartialEq for InputBotAppId
Source§impl Serializable for InputBotAppId
impl Serializable for InputBotAppId
Source§impl TryFrom<InputBotApp> for InputBotAppId
impl TryFrom<InputBotApp> for InputBotAppId
Source§type Error = InputBotApp
type Error = InputBotApp
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputBotAppId
Auto Trait Implementations§
impl Freeze for InputBotAppId
impl RefUnwindSafe for InputBotAppId
impl Send for InputBotAppId
impl Sync for InputBotAppId
impl Unpin for InputBotAppId
impl UnsafeUnpin for InputBotAppId
impl UnwindSafe for InputBotAppId
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