pub struct SetMainProfileTab {
pub tab: ProfileTab,
}Expand description
Fields§
§tab: ProfileTabTrait Implementations§
Source§impl Clone for SetMainProfileTab
impl Clone for SetMainProfileTab
Source§fn clone(&self) -> SetMainProfileTab
fn clone(&self) -> SetMainProfileTab
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 SetMainProfileTab
impl Debug for SetMainProfileTab
Source§impl Identifiable for SetMainProfileTab
impl Identifiable for SetMainProfileTab
Source§const CONSTRUCTOR_ID: u32 = 0x5dee78b0
const CONSTRUCTOR_ID: u32 = 0x5dee78b0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetMainProfileTab
impl PartialEq for SetMainProfileTab
Source§impl RemoteCall for SetMainProfileTab
impl RemoteCall for SetMainProfileTab
Source§impl Serializable for SetMainProfileTab
impl Serializable for SetMainProfileTab
impl StructuralPartialEq for SetMainProfileTab
Auto Trait Implementations§
impl Freeze for SetMainProfileTab
impl RefUnwindSafe for SetMainProfileTab
impl Send for SetMainProfileTab
impl Sync for SetMainProfileTab
impl Unpin for SetMainProfileTab
impl UnsafeUnpin for SetMainProfileTab
impl UnwindSafe for SetMainProfileTab
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