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