pub enum Starter {
Blank,
Changelog,
VocabPack,
}Variants§
Trait Implementations§
impl Copy for Starter
Auto Trait Implementations§
impl Freeze for Starter
impl RefUnwindSafe for Starter
impl Send for Starter
impl Sync for Starter
impl Unpin for Starter
impl UnsafeUnpin for Starter
impl UnwindSafe for Starter
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