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