pub struct GetBotBusinessConnection {
pub connection_id: String,
}Expand description
account.getBotBusinessConnection
Generated from:
account.getBotBusinessConnection#76a86270 connection_id:string = UpdatesFields§
§connection_id: StringTrait Implementations§
Source§impl Clone for GetBotBusinessConnection
impl Clone for GetBotBusinessConnection
Source§fn clone(&self) -> GetBotBusinessConnection
fn clone(&self) -> GetBotBusinessConnection
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 GetBotBusinessConnection
impl Debug for GetBotBusinessConnection
Source§impl Identifiable for GetBotBusinessConnection
impl Identifiable for GetBotBusinessConnection
Source§const CONSTRUCTOR_ID: u32 = 0x76a86270
const CONSTRUCTOR_ID: u32 = 0x76a86270
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetBotBusinessConnection
impl PartialEq for GetBotBusinessConnection
impl StructuralPartialEq for GetBotBusinessConnection
Auto Trait Implementations§
impl Freeze for GetBotBusinessConnection
impl RefUnwindSafe for GetBotBusinessConnection
impl Send for GetBotBusinessConnection
impl Sync for GetBotBusinessConnection
impl Unpin for GetBotBusinessConnection
impl UnsafeUnpin for GetBotBusinessConnection
impl UnwindSafe for GetBotBusinessConnection
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