pub struct CreateBusinessChatLink {
pub link: InputBusinessChatLink,
}Expand description
account.createBusinessChatLink
Generated from:
account.createBusinessChatLink#8851e68e link:InputBusinessChatLink = BusinessChatLinkFields§
§link: InputBusinessChatLinkTrait Implementations§
Source§impl Clone for CreateBusinessChatLink
impl Clone for CreateBusinessChatLink
Source§fn clone(&self) -> CreateBusinessChatLink
fn clone(&self) -> CreateBusinessChatLink
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 CreateBusinessChatLink
impl Debug for CreateBusinessChatLink
Source§impl Identifiable for CreateBusinessChatLink
impl Identifiable for CreateBusinessChatLink
Source§const CONSTRUCTOR_ID: u32 = 0x8851e68e
const CONSTRUCTOR_ID: u32 = 0x8851e68e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for CreateBusinessChatLink
impl PartialEq for CreateBusinessChatLink
Source§impl RemoteCall for CreateBusinessChatLink
impl RemoteCall for CreateBusinessChatLink
Source§type Return = BusinessChatLink
type Return = BusinessChatLink
The deserialized response type.
impl StructuralPartialEq for CreateBusinessChatLink
Auto Trait Implementations§
impl Freeze for CreateBusinessChatLink
impl RefUnwindSafe for CreateBusinessChatLink
impl Send for CreateBusinessChatLink
impl Sync for CreateBusinessChatLink
impl Unpin for CreateBusinessChatLink
impl UnsafeUnpin for CreateBusinessChatLink
impl UnwindSafe for CreateBusinessChatLink
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