pub struct JoinRoom {
pub room: Room,
pub channel_id: Option<ChannelId>,
pub channel_members: Vec<UserId>,
}
Fields§
§room: Room
§channel_id: Option<ChannelId>
§channel_members: Vec<UserId>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for JoinRoom
impl Send for JoinRoom
impl Sync for JoinRoom
impl Unpin for JoinRoom
impl UnwindSafe for JoinRoom
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