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