pub struct SealedResponse {
pub response: PostcardPayload,
pub root_type: TypeRef,
}Expand description
A sealed response stored in the operation store.
Fields§
§response: PostcardPayloadPostcard-encoded response payload (without schemas).
root_type: TypeRefRoot type ref for rebuilding the schema payload on replay.
Auto Trait Implementations§
impl Freeze for SealedResponse
impl RefUnwindSafe for SealedResponse
impl Send for SealedResponse
impl Sync for SealedResponse
impl Unpin for SealedResponse
impl UnsafeUnpin for SealedResponse
impl UnwindSafe for SealedResponse
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