[][src]Struct zamm_yang::tao::Lens

pub struct Lens { /* fields omitted */ }

Describes a way of looking at things that is only well-defined within a specific context.

Trait Implementations

impl<'a> ArchetypeTrait<'a> for Lens[src]

type ArchetypeForm = Archetype

The Form that will be used to reason about this node and its children as archetypes and subtypes. Read more

type Form = Lens

The Form that will be used to reason about this node's leaves as individuals. Unless you are the Tao, this should be the same as the type that ArchetypeTrait is being implemented on. Read more

impl Clone for Lens[src]

impl CommonNodeTrait for Lens[src]

impl Copy for Lens[src]

impl Debug for Lens[src]

impl Eq for Lens[src]

impl FormTrait for Lens[src]

impl From<FinalNode> for Lens[src]

impl From<usize> for Lens[src]

impl Hash for Lens[src]

impl Ord for Lens[src]

impl PartialEq<Lens> for Lens[src]

impl PartialOrd<Lens> for Lens[src]

impl StructuralEq for Lens[src]

impl StructuralPartialEq for Lens[src]

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

type Error = String

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Lens

impl Send for Lens

impl Sync for Lens

impl Unpin for Lens

impl UnwindSafe for Lens

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<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