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