1 2 3 4 5 6
#[derive(Debug, Serialize, Deserialize)] #[allow(non_snake_case)] pub struct FilesystemChange { pub Path: String, pub Kind: u8 }