Struct stemjail::cmd::info::DotResponse [] [src]

pub struct DotResponse {
    pub result: Option<String>,
}

Fields

result

Methods

impl DotResponse

fn decode<T>(encoded: T) -> DecodingResult<DotResponse> where T: AsRef<[u8]>

fn encode(&self) -> EncodingResult<Vec<u8>>

Trait Implementations

Derived Implementations

impl Encodable for DotResponse

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for DotResponse

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<DotResponse, __D::Error>

impl Debug for DotResponse

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for DotResponse

fn clone(&self) -> DotResponse

fn clone_from(&mut self, source: &Self)