[][src]Struct zamm_yin::node_wrappers::FinalNode

pub struct FinalNode { /* fields omitted */ }

Final node wrapper that offers a stable API for all concept abstractions dependent on it.

Implementations

impl FinalNode[src]

pub fn new() -> Self[src]

Create a new node.

pub fn new_with_inheritance(type_id: usize) -> Self[src]

Create a new node with an inheritance relation.

pub fn inheritance_wrapper(&self) -> &InheritanceNode[src]

Leak inheritance-level functionality.

pub fn base_wrapper(&self) -> &BaseNode[src]

Leak base-level functionality.

Trait Implementations

impl BaseNodeTrait<FinalNode> for FinalNode[src]

impl Clone for FinalNode[src]

impl Copy for FinalNode[src]

impl Debug for FinalNode[src]

impl Eq for FinalNode[src]

impl From<BaseNode> for FinalNode[src]

impl From<FinalNode> for Archetype[src]

impl From<FinalNode> for AttributeArchetype[src]

impl From<FinalNode> for OwnerArchetype[src]

impl From<FinalNode> for Owner[src]

impl From<FinalNode> for ValueArchetype[src]

impl From<FinalNode> for Value[src]

impl From<FinalNode> for Flag[src]

impl From<FinalNode> for Relation[src]

impl From<FinalNode> for Tao[src]

impl From<FinalNode> for Data[src]

impl From<FinalNode> for Number[src]

impl From<FinalNode> for StringConcept[src]

impl From<FinalNode> for Form[src]

impl From<FinalNode> for Attribute[src]

impl From<FinalNode> for DefaultValue[src]

impl From<FinalNode> for HasProperty[src]

impl From<FinalNode> for Inherits[src]

impl From<InheritanceNode> for FinalNode[src]

impl From<usize> for FinalNode[src]

impl Hash for FinalNode[src]

impl InheritanceNodeTrait<FinalNode> for FinalNode[src]

impl Ord for FinalNode[src]

impl PartialEq<FinalNode> for FinalNode[src]

impl PartialOrd<FinalNode> for FinalNode[src]

impl StructuralEq for FinalNode[src]

impl StructuralPartialEq for FinalNode[src]

impl<'a> TryFrom<&'a str> for FinalNode[src]

type Error = String

The type returned in the event of a conversion error.

impl Wrapper for FinalNode[src]

type BaseType = InheritanceNode

The type that the implementing type is a wrapper for. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CommonNodeTrait for T where
    T: Wrapper,
    <T as Wrapper>::BaseType: CommonNodeTrait
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<N> NodeTrait for N where
    N: Copy + Ord + Hash
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any