client-api: Separate docstring into two paragraphs
This commit is contained in:
parent
e30360dd4c
commit
4189dde59e
@ -43,6 +43,7 @@ pub struct Request {
|
|||||||
#[response(error = crate::Error)]
|
#[response(error = crate::Error)]
|
||||||
pub struct Response {
|
pub struct Response {
|
||||||
/// If any remote homeservers could not be reached, they are recorded here.
|
/// If any remote homeservers could not be reached, they are recorded here.
|
||||||
|
///
|
||||||
/// The names of the properties are the names of the unreachable servers.
|
/// The names of the properties are the names of the unreachable servers.
|
||||||
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
|
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
|
||||||
pub failures: BTreeMap<String, JsonValue>,
|
pub failures: BTreeMap<String, JsonValue>,
|
||||||
|
@ -42,6 +42,7 @@ pub struct Request {
|
|||||||
#[response(error = crate::Error)]
|
#[response(error = crate::Error)]
|
||||||
pub struct Response {
|
pub struct Response {
|
||||||
/// If any remote homeservers could not be reached, they are recorded here.
|
/// If any remote homeservers could not be reached, they are recorded here.
|
||||||
|
///
|
||||||
/// The names of the properties are the names of the unreachable servers.
|
/// The names of the properties are the names of the unreachable servers.
|
||||||
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
|
#[serde(default, skip_serializing_if = "BTreeMap::is_empty")]
|
||||||
pub failures: BTreeMap<String, JsonValue>,
|
pub failures: BTreeMap<String, JsonValue>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user