[][src]Struct lindenmayer_system::parametric::PSym2

pub struct PSym2<Sym: Alphabet, Param: Clone + Debug + PartialEq> { /* fields omitted */ }

Trait Implementations

impl<Sym: Alphabet, Param: Clone + Debug + PartialEq> ParametricSymbol for PSym2<Sym, Param>[src]

type Sym = Sym

type Param = Param

fn new_from_iter<I>(symbol: Self::Sym, iter: I) -> Option<Self> where
    I: Iterator<Item = Self::Param>, 
[src]

fn new_from_vec(symbol: Self::Sym, vec: Vec<Self::Param>) -> Option<Self>[src]

impl<Sym: Alphabet, Param: Clone + Debug + PartialEq> Clone for PSym2<Sym, Param>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<Sym: PartialEq + Alphabet, Param: PartialEq + Clone + Debug + PartialEq> PartialEq<PSym2<Sym, Param>> for PSym2<Sym, Param>[src]

impl<Sym: Debug + Alphabet, Param: Debug + Clone + Debug + PartialEq> Debug for PSym2<Sym, Param>[src]

Auto Trait Implementations

impl<Sym, Param> Send for PSym2<Sym, Param> where
    Param: Send,
    Sym: Send

impl<Sym, Param> Sync for PSym2<Sym, Param> where
    Param: Sync,
    Sym: Sync

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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