pub struct PresenceChannel(/* private fields */);Expand description
Presence channel type
Implementations§
Trait Implementations§
Source§impl Clone for PresenceChannel
impl Clone for PresenceChannel
Source§fn clone(&self) -> PresenceChannel
fn clone(&self) -> PresenceChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PresenceChannel
impl Debug for PresenceChannel
impl Eq for PresenceChannel
Source§impl Hash for PresenceChannel
impl Hash for PresenceChannel
Source§impl PartialEq for PresenceChannel
impl PartialEq for PresenceChannel
impl StructuralPartialEq for PresenceChannel
Auto Trait Implementations§
impl Freeze for PresenceChannel
impl RefUnwindSafe for PresenceChannel
impl Send for PresenceChannel
impl Sync for PresenceChannel
impl Unpin for PresenceChannel
impl UnsafeUnpin for PresenceChannel
impl UnwindSafe for PresenceChannel
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