pub enum ProfileStability {
Stable,
Current,
}Variants§
Trait Implementations§
Source§impl Clone for ProfileStability
impl Clone for ProfileStability
Source§fn clone(&self) -> ProfileStability
fn clone(&self) -> ProfileStability
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 ProfileStability
impl Debug for ProfileStability
Source§impl<'de> Deserialize<'de> for ProfileStability
impl<'de> Deserialize<'de> for ProfileStability
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 ProfileStability
Source§impl PartialEq for ProfileStability
impl PartialEq for ProfileStability
Source§impl Serialize for ProfileStability
impl Serialize for ProfileStability
impl StructuralPartialEq for ProfileStability
Auto Trait Implementations§
impl Freeze for ProfileStability
impl RefUnwindSafe for ProfileStability
impl Send for ProfileStability
impl Sync for ProfileStability
impl Unpin for ProfileStability
impl UnsafeUnpin for ProfileStability
impl UnwindSafe for ProfileStability
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