[][src]Trait swc_neuron::StructureIdentifier

pub trait StructureIdentifier: Copy + Clone + Debug + TryFrom<isize> + Into<isize> {
    pub fn allowed_values(no_catchall: bool) -> Option<HashSet<isize>>;
}

Required methods

pub fn allowed_values(no_catchall: bool) -> Option<HashSet<isize>>[src]

If the structure field allows for any value, return None; otherwise, return Some(HashSet<allowed_values>). no_catchall, if true, ignores the "catch-all" variant in determining what is allowed if present.

Loading content...

Implementors

impl StructureIdentifier for AnyStructure[src]

impl StructureIdentifier for CnicStructure[src]

impl StructureIdentifier for GulyasStructure[src]

impl StructureIdentifier for NeuromorphoStructure[src]

impl StructureIdentifier for VnedStructure[src]

Loading content...