pub type PingRequest = RequestNoParam<PingRequestMethod>;
Aliased Type§
pub struct PingRequest {
pub method: PingRequestMethod,
}
Fields§
§method: PingRequestMethod
pub type PingRequest = RequestNoParam<PingRequestMethod>;
pub struct PingRequest {
pub method: PingRequestMethod,
}
method: PingRequestMethod