pub enum InitKind {
Place,
Model,
Plugin,
}Expand description
The templates we support for initializing a Rojo project.
Variants§
Place
A place that contains a baseplate.
Model
An empty model, suitable for a library.
Plugin
An empty plugin.
Trait Implementations§
impl Copy for InitKind
Auto Trait Implementations§
impl Freeze for InitKind
impl RefUnwindSafe for InitKind
impl Send for InitKind
impl Sync for InitKind
impl Unpin for InitKind
impl UnwindSafe for InitKind
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