pub enum WizardTemplateId {
MinimalApp,
SensorStarter,
IotStarter,
EdgeAiStarter,
BoardDiagnostics,
HostToolingStarter,
}Expand description
Identifier of a project-wizard template, mapped 1:1 to its stable kebab-case slug.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WizardTemplateId
impl Clone for WizardTemplateId
Source§fn clone(&self) -> WizardTemplateId
fn clone(&self) -> WizardTemplateId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WizardTemplateId
Source§impl Debug for WizardTemplateId
impl Debug for WizardTemplateId
Source§impl Display for WizardTemplateId
impl Display for WizardTemplateId
impl Eq for WizardTemplateId
Source§impl PartialEq for WizardTemplateId
impl PartialEq for WizardTemplateId
Source§fn eq(&self, other: &WizardTemplateId) -> bool
fn eq(&self, other: &WizardTemplateId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WizardTemplateId
Auto Trait Implementations§
impl Freeze for WizardTemplateId
impl RefUnwindSafe for WizardTemplateId
impl Send for WizardTemplateId
impl Sync for WizardTemplateId
impl Unpin for WizardTemplateId
impl UnsafeUnpin for WizardTemplateId
impl UnwindSafe for WizardTemplateId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.