pub struct ResultRes {
pub jsonrpc: ProtocolVersion,
pub id: RequestId,
pub result: Value,
}Expand description
Represents a successful response.
Fields§
§jsonrpc: ProtocolVersion§id: RequestId§result: ValueTrait Implementations§
impl Eq for ResultRes
impl StructuralPartialEq for ResultRes
Auto Trait Implementations§
impl Freeze for ResultRes
impl RefUnwindSafe for ResultRes
impl Send for ResultRes
impl Sync for ResultRes
impl Unpin for ResultRes
impl UnsafeUnpin for ResultRes
impl UnwindSafe for ResultRes
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