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