fn to_editable_field<T, U>(field: &Option<T>) -> Option<EditableField<U>>where T: Clone + Into<EditableField<U>>,