Struct docker::filesystem::FilesystemChange
[−]
[src]
pub struct FilesystemChange { pub Path: String, pub Kind: u8, }
Fields
Path | |
Kind |
pub struct FilesystemChange { pub Path: String, pub Kind: u8, }
Path | |
Kind |
impl Decodable for FilesystemChange
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<FilesystemChange, __D::Error>
impl Encodable for FilesystemChange