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