pub struct ChannelUser { /* private fields */ }
Expand description
User inside a channel.
Note that the same person might be in many channels. In any case, there will be a ChannelUser object for each Channel the person is in.
Implementations§
Source§impl ChannelUser
impl ChannelUser
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ChannelUser
impl RefUnwindSafe for ChannelUser
impl Send for ChannelUser
impl Sync for ChannelUser
impl Unpin for ChannelUser
impl UnwindSafe for ChannelUser
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