Struct stemjail::cmd::info::DotResponse
[−]
[src]
pub struct DotResponse {
pub result: Option<String>,
}Fields
result |
pub struct DotResponse {
pub result: Option<String>,
}result |
impl DotResponsefn decode<T>(encoded: T) -> DecodingResult<DotResponse> where T: AsRef<[u8]>fn encode(&self) -> EncodingResult<Vec<u8>>impl Encodable for DotResponseimpl Decodable for DotResponsefn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DotResponse, __D::Error>impl Debug for DotResponseimpl Clone for DotResponsefn clone(&self) -> DotResponsefn clone_from(&mut self, source: &Self)