pub enum PreliminaryStatePositive {
Possible,
}Expand description
Preliminary state — command is executable in principle.
Variants§
Possible
Trait Implementations§
Source§impl Clone for PreliminaryStatePositive
impl Clone for PreliminaryStatePositive
Source§fn clone(&self) -> PreliminaryStatePositive
fn clone(&self) -> PreliminaryStatePositive
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 PreliminaryStatePositive
Source§impl Debug for PreliminaryStatePositive
impl Debug for PreliminaryStatePositive
Source§impl<'de> Deserialize<'de> for PreliminaryStatePositive
impl<'de> Deserialize<'de> for PreliminaryStatePositive
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 PreliminaryStatePositive
Source§impl PartialEq for PreliminaryStatePositive
impl PartialEq for PreliminaryStatePositive
Source§fn eq(&self, other: &PreliminaryStatePositive) -> bool
fn eq(&self, other: &PreliminaryStatePositive) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PreliminaryStatePositive
impl Serialize for PreliminaryStatePositive
impl StructuralPartialEq for PreliminaryStatePositive
Auto Trait Implementations§
impl Freeze for PreliminaryStatePositive
impl RefUnwindSafe for PreliminaryStatePositive
impl Send for PreliminaryStatePositive
impl Sync for PreliminaryStatePositive
impl Unpin for PreliminaryStatePositive
impl UnsafeUnpin for PreliminaryStatePositive
impl UnwindSafe for PreliminaryStatePositive
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