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