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