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