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