[][src]Trait zamm_yin::tao::archetype::AttributeArchetypeFormTrait

pub trait AttributeArchetypeFormTrait<'a>: ArchetypeTrait<'a> + FormTrait + Wrapper<BaseType = FinalNode> {
    pub fn set_owner_archetype(&mut self, owner_archetype: Archetype) { ... }
pub fn owner_archetype(&self) -> Archetype { ... }
pub fn set_value_archetype(&mut self, value_archetype: Archetype) { ... }
pub fn value_archetype(&self) -> Archetype { ... } }

Archetype functionality that is specific to attribute archetypes.

Provided methods

pub fn set_owner_archetype(&mut self, owner_archetype: Archetype)[src]

Restrict the owners for this type of attribute.

pub fn owner_archetype(&self) -> Archetype[src]

Retrieve the owner type for this type of attribute.

pub fn set_value_archetype(&mut self, value_archetype: Archetype)[src]

Restrict the values for this type of attribute.

pub fn value_archetype(&self) -> Archetype[src]

Retrieve the value type for this type of attribute.

Loading content...

Implementors

impl<'a> AttributeArchetypeFormTrait<'a> for AttributeArchetype[src]

Loading content...