[][src]Trait zamm_yang::tao::form::DefinedMarker

pub trait DefinedMarker: FormTrait + CommonNodeTrait {
    pub fn set_owner_archetype(&mut self, owner_archetype: Archetype) { ... }
pub fn owner_archetype(&mut self) -> Archetype { ... }
pub fn set_value_archetype(&mut self, value_archetype: Archetype) { ... }
pub fn value_archetype(&mut self) -> Archetype { ... } }

Define new concept when reading from a Yin.md

Provided methods

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

👎 Deprecated since 0.1.1:

Please import AttributeArchetypeFormTrait instead.

Dummy function to handle API change in the move to AttributeArchetypeFormTrait. This is here because BackwardsCompatibility was not implemented at the time.

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

👎 Deprecated since 0.1.1:

Please import AttributeArchetypeFormTrait instead.

Dummy function to handle API change in the move to AttributeArchetypeFormTrait. This is here because BackwardsCompatibility was not implemented at the time.

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

👎 Deprecated since 0.1.1:

Please import AttributeArchetypeFormTrait instead.

Dummy function to handle API change in the move to AttributeArchetypeFormTrait. This is here because BackwardsCompatibility was not implemented at the time.

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

👎 Deprecated since 0.1.1:

Please import AttributeArchetypeFormTrait instead.

Dummy function to handle API change in the move to AttributeArchetypeFormTrait. This is here because BackwardsCompatibility was not implemented at the time.

Loading content...

Implementors

impl DefinedMarker for Archetype[src]

impl DefinedMarker for AttributeArchetype[src]

impl DefinedMarker for Form[src]

Loading content...