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