Struct rings_node::service::JsonResponse
source · pub struct JsonResponse(_);Expand description
JSON response struct
Trait Implementations§
source§impl Clone for JsonResponse
impl Clone for JsonResponse
source§fn clone(&self) -> JsonResponse
fn clone(&self) -> JsonResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JsonResponse
impl Debug for JsonResponse
source§impl IntoResponse for JsonResponse
impl IntoResponse for JsonResponse
source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.