Struct endpointsecurity_rs::EsRename
source · pub struct EsRename {
pub source: EsFile,
pub destination_existing: Option<EsFile>,
pub destintaion_newpath: Option<(EsFile, String)>,
}Expand description
Info returned by Notify/Auth Rename events.
Fields§
§source: EsFilesource file to rename
destination_existing: Option<EsFile>destination of renamed file if filename with same name already exists
destintaion_newpath: Option<(EsFile, String)>destination of renamed file if filename with same name doesn’t exists