pub struct UpdateBusinessIntro {
pub intro: Option<InputBusinessIntro>,
}Expand description
Generated from:
account.updateBusinessIntro#a614d034 flags:# intro:flags.0?InputBusinessIntro = BoolFields§
§intro: Option<InputBusinessIntro>Trait Implementations§
Source§impl Clone for UpdateBusinessIntro
impl Clone for UpdateBusinessIntro
Source§fn clone(&self) -> UpdateBusinessIntro
fn clone(&self) -> UpdateBusinessIntro
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 UpdateBusinessIntro
impl Debug for UpdateBusinessIntro
Source§impl Identifiable for UpdateBusinessIntro
impl Identifiable for UpdateBusinessIntro
Source§const CONSTRUCTOR_ID: u32 = 0xa614d034
const CONSTRUCTOR_ID: u32 = 0xa614d034
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateBusinessIntro
impl PartialEq for UpdateBusinessIntro
Source§impl RemoteCall for UpdateBusinessIntro
impl RemoteCall for UpdateBusinessIntro
Source§impl Serializable for UpdateBusinessIntro
impl Serializable for UpdateBusinessIntro
impl StructuralPartialEq for UpdateBusinessIntro
Auto Trait Implementations§
impl Freeze for UpdateBusinessIntro
impl RefUnwindSafe for UpdateBusinessIntro
impl Send for UpdateBusinessIntro
impl Sync for UpdateBusinessIntro
impl Unpin for UpdateBusinessIntro
impl UnsafeUnpin for UpdateBusinessIntro
impl UnwindSafe for UpdateBusinessIntro
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