pub fn visit_pat_struct_mut<V>(v: &mut V, node: &mut PatStruct) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.