pub struct ConfirmBotConnection {
pub bot_id: InputUser,
}Expand description
Generated from:
account.confirmBotConnection#67ed1f68 bot_id:InputUser = BoolFields§
§bot_id: InputUserTrait Implementations§
Source§impl Clone for ConfirmBotConnection
impl Clone for ConfirmBotConnection
Source§fn clone(&self) -> ConfirmBotConnection
fn clone(&self) -> ConfirmBotConnection
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 ConfirmBotConnection
impl Debug for ConfirmBotConnection
Source§impl Deserializable for ConfirmBotConnection
impl Deserializable for ConfirmBotConnection
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 Identifiable for ConfirmBotConnection
impl Identifiable for ConfirmBotConnection
Source§const CONSTRUCTOR_ID: u32 = 0x67ed1f68
const CONSTRUCTOR_ID: u32 = 0x67ed1f68
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ConfirmBotConnection
impl PartialEq for ConfirmBotConnection
Source§fn eq(&self, other: &ConfirmBotConnection) -> bool
fn eq(&self, other: &ConfirmBotConnection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for ConfirmBotConnection
impl RemoteCall for ConfirmBotConnection
Source§impl Serializable for ConfirmBotConnection
impl Serializable for ConfirmBotConnection
impl StructuralPartialEq for ConfirmBotConnection
Auto Trait Implementations§
impl Freeze for ConfirmBotConnection
impl RefUnwindSafe for ConfirmBotConnection
impl Send for ConfirmBotConnection
impl Sync for ConfirmBotConnection
impl Unpin for ConfirmBotConnection
impl UnsafeUnpin for ConfirmBotConnection
impl UnwindSafe for ConfirmBotConnection
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