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