pub enum ComposerStability {
Dev,
Alpha,
Beta,
Rc,
Stable,
}Expand description
Composer stability label metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ComposerStability
impl Clone for ComposerStability
Source§fn clone(&self) -> ComposerStability
fn clone(&self) -> ComposerStability
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 moreSource§impl Debug for ComposerStability
impl Debug for ComposerStability
Source§impl Hash for ComposerStability
impl Hash for ComposerStability
Source§impl Ord for ComposerStability
impl Ord for ComposerStability
Source§fn cmp(&self, other: &ComposerStability) -> Ordering
fn cmp(&self, other: &ComposerStability) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ComposerStability
impl PartialEq for ComposerStability
Source§fn eq(&self, other: &ComposerStability) -> bool
fn eq(&self, other: &ComposerStability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ComposerStability
impl PartialOrd for ComposerStability
impl Copy for ComposerStability
impl Eq for ComposerStability
impl StructuralPartialEq for ComposerStability
Auto Trait Implementations§
impl Freeze for ComposerStability
impl RefUnwindSafe for ComposerStability
impl Send for ComposerStability
impl Sync for ComposerStability
impl Unpin for ComposerStability
impl UnsafeUnpin for ComposerStability
impl UnwindSafe for ComposerStability
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