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