pub enum LandscapeStability {
Stable,
Experimental,
Internal,
}Expand description
Release stability for curated landscape metadata.
Variants§
Trait Implementations§
Source§impl Clone for LandscapeStability
impl Clone for LandscapeStability
Source§fn clone(&self) -> LandscapeStability
fn clone(&self) -> LandscapeStability
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 LandscapeStability
impl Debug for LandscapeStability
Source§impl<'de> Deserialize<'de> for LandscapeStability
impl<'de> Deserialize<'de> for LandscapeStability
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LandscapeStability
Source§impl PartialEq for LandscapeStability
impl PartialEq for LandscapeStability
Source§fn eq(&self, other: &LandscapeStability) -> bool
fn eq(&self, other: &LandscapeStability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LandscapeStability
impl Serialize for LandscapeStability
impl StructuralPartialEq for LandscapeStability
Auto Trait Implementations§
impl Freeze for LandscapeStability
impl RefUnwindSafe for LandscapeStability
impl Send for LandscapeStability
impl Sync for LandscapeStability
impl Unpin for LandscapeStability
impl UnsafeUnpin for LandscapeStability
impl UnwindSafe for LandscapeStability
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