pub struct Joined {
pub nick: Nick,
pub participant_id: OccupantId,
}
Expand description
Confirmation of a join to a GC3 group.
Fields§
§nick: Nick
Nickname assigned by the service.
This may differ if the service applies normalisation rules to nicknames.
participant_id: OccupantId
Participant ID assigned by the server.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Joined
impl RefUnwindSafe for Joined
impl Send for Joined
impl Sync for Joined
impl Unpin for Joined
impl UnwindSafe for Joined
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