pub struct Axiom<A: Alphabet> { /* private fields */ }
Expand description
The intiial Axiom used when starting the LSystem
Implementations§
Trait Implementations§
impl<A: Alphabet> StructuralPartialEq for Axiom<A>
Auto Trait Implementations§
impl<A> Freeze for Axiom<A>
impl<A> RefUnwindSafe for Axiom<A>where
A: RefUnwindSafe,
impl<A> Send for Axiom<A>where
A: Send,
impl<A> Sync for Axiom<A>where
A: Sync,
impl<A> Unpin for Axiom<A>where
A: Unpin,
impl<A> UnwindSafe for Axiom<A>where
A: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more