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