pub enum ScaffoldKind {
Requirement,
Verification,
Part,
Package,
UseCase,
Action,
State,
Interface,
}Variants§
Trait Implementations§
Source§impl Clone for ScaffoldKind
impl Clone for ScaffoldKind
Source§fn clone(&self) -> ScaffoldKind
fn clone(&self) -> ScaffoldKind
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 ScaffoldKind
impl Debug for ScaffoldKind
Source§impl FromStr for ScaffoldKind
impl FromStr for ScaffoldKind
Source§impl PartialEq for ScaffoldKind
impl PartialEq for ScaffoldKind
impl Copy for ScaffoldKind
impl Eq for ScaffoldKind
impl StructuralPartialEq for ScaffoldKind
Auto Trait Implementations§
impl Freeze for ScaffoldKind
impl RefUnwindSafe for ScaffoldKind
impl Send for ScaffoldKind
impl Sync for ScaffoldKind
impl Unpin for ScaffoldKind
impl UnsafeUnpin for ScaffoldKind
impl UnwindSafe for ScaffoldKind
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