pub fn fold_field_pat<F>(f: &mut F, node: FieldPat) -> FieldPatwhere
    F: Fold + ?Sized,
Available on crate feature fold only.