pub struct ParticipantResponse {
pub participant: ParticipantInfo,
pub extra_data: Value,
}
Fields§
§participant: ParticipantInfo
§extra_data: Value
Trait Implementations§
Source§impl Debug for ParticipantResponse
impl Debug for ParticipantResponse
Source§impl HasParticipantInfo for ParticipantResponse
impl HasParticipantInfo for ParticipantResponse
fn participant_info(&self) -> &ParticipantInfo
Auto Trait Implementations§
impl Freeze for ParticipantResponse
impl RefUnwindSafe for ParticipantResponse
impl Send for ParticipantResponse
impl Sync for ParticipantResponse
impl Unpin for ParticipantResponse
impl UnwindSafe for ParticipantResponse
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