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