pub enum RuntimeMaturity {
Planned,
Scaffolding,
RuntimeReady,
Installable,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeMaturity
impl Clone for RuntimeMaturity
Source§fn clone(&self) -> RuntimeMaturity
fn clone(&self) -> RuntimeMaturity
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 RuntimeMaturity
Source§impl Debug for RuntimeMaturity
impl Debug for RuntimeMaturity
impl Eq for RuntimeMaturity
Source§impl PartialEq for RuntimeMaturity
impl PartialEq for RuntimeMaturity
impl StructuralPartialEq for RuntimeMaturity
Auto Trait Implementations§
impl Freeze for RuntimeMaturity
impl RefUnwindSafe for RuntimeMaturity
impl Send for RuntimeMaturity
impl Sync for RuntimeMaturity
impl Unpin for RuntimeMaturity
impl UnsafeUnpin for RuntimeMaturity
impl UnwindSafe for RuntimeMaturity
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