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