structural_derive 0.4.3

Implementation detail of the structural crate.
Documentation
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub(crate) enum StructOrEnum {
    Struct,
    Enum,
}