pub enum ArchetypeArg {
Web,
Tui,
Tooling,
}Variants§
Trait Implementations§
Source§impl Clone for ArchetypeArg
impl Clone for ArchetypeArg
Source§fn clone(&self) -> ArchetypeArg
fn clone(&self) -> ArchetypeArg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArchetypeArg
impl Debug for ArchetypeArg
Source§impl From<ArchetypeArg> for Archetype
impl From<ArchetypeArg> for Archetype
Source§fn from(value: ArchetypeArg) -> Self
fn from(value: ArchetypeArg) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for ArchetypeArg
impl ValueEnum for ArchetypeArg
Auto Trait Implementations§
impl Freeze for ArchetypeArg
impl RefUnwindSafe for ArchetypeArg
impl Send for ArchetypeArg
impl Sync for ArchetypeArg
impl Unpin for ArchetypeArg
impl UnsafeUnpin for ArchetypeArg
impl UnwindSafe for ArchetypeArg
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