pub struct SocketIOResult {
pub http_response: Result<HttpResponse, Error>,
pub session_receive: Arc<SessionReceive>,
pub session_id: Uuid,
}Fields§
§http_response: Result<HttpResponse, Error>§session_receive: Arc<SessionReceive>§session_id: UuidAuto Trait Implementations§
impl !Freeze for SocketIOResult
impl !RefUnwindSafe for SocketIOResult
impl !Send for SocketIOResult
impl !Sync for SocketIOResult
impl Unpin for SocketIOResult
impl !UnwindSafe for SocketIOResult
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