pub struct UpdateBotBusinessConnect {
pub connection: BotBusinessConnection,
pub qts: i32,
}Expand description
Generated from:
updateBotBusinessConnect#8ae5c97a connection:BotBusinessConnection qts:int = UpdateFields§
§connection: BotBusinessConnection§qts: i32Trait Implementations§
Source§impl Clone for UpdateBotBusinessConnect
impl Clone for UpdateBotBusinessConnect
Source§fn clone(&self) -> UpdateBotBusinessConnect
fn clone(&self) -> UpdateBotBusinessConnect
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 UpdateBotBusinessConnect
impl Debug for UpdateBotBusinessConnect
Source§impl Deserializable for UpdateBotBusinessConnect
impl Deserializable for UpdateBotBusinessConnect
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<UpdateBotBusinessConnect> for Update
impl From<UpdateBotBusinessConnect> for Update
Source§fn from(x: UpdateBotBusinessConnect) -> Self
fn from(x: UpdateBotBusinessConnect) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateBotBusinessConnect
impl Identifiable for UpdateBotBusinessConnect
Source§const CONSTRUCTOR_ID: u32 = 0x8ae5c97a
const CONSTRUCTOR_ID: u32 = 0x8ae5c97a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateBotBusinessConnect
impl PartialEq for UpdateBotBusinessConnect
Source§impl TryFrom<Update> for UpdateBotBusinessConnect
impl TryFrom<Update> for UpdateBotBusinessConnect
impl StructuralPartialEq for UpdateBotBusinessConnect
Auto Trait Implementations§
impl Freeze for UpdateBotBusinessConnect
impl RefUnwindSafe for UpdateBotBusinessConnect
impl Send for UpdateBotBusinessConnect
impl Sync for UpdateBotBusinessConnect
impl Unpin for UpdateBotBusinessConnect
impl UnsafeUnpin for UpdateBotBusinessConnect
impl UnwindSafe for UpdateBotBusinessConnect
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