pub struct LSystemBuilder<A: Alphabet> { /* private fields */ }
Expand description
Builder struct to create a LSystem.
Implementations§
Auto Trait Implementations§
impl<A> Freeze for LSystemBuilder<A>
impl<A> RefUnwindSafe for LSystemBuilder<A>where
A: RefUnwindSafe,
impl<A> Send for LSystemBuilder<A>where
A: Send,
impl<A> Sync for LSystemBuilder<A>where
A: Sync,
impl<A> Unpin for LSystemBuilder<A>where
A: Unpin,
impl<A> UnwindSafe for LSystemBuilder<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