pub fn fetch_rename(from: &Value, to: &Value) -> DogeResultExpand description
fetch.rename(from, to) — move or rename the file or directory from to to,
replacing to if it already exists. A missing from is a catchable IOError.
Returns none.