pub struct DesignSpaceExplorer { /* private fields */ }Expand description
Explore design possibilities across parallel universes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DesignSpaceExplorer
impl RefUnwindSafe for DesignSpaceExplorer
impl Send for DesignSpaceExplorer
impl Sync for DesignSpaceExplorer
impl Unpin for DesignSpaceExplorer
impl UnwindSafe for DesignSpaceExplorer
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