pub enum NodeRunState {
Stopped,
Running,
}Variants§
Trait Implementations§
Source§impl Clone for NodeRunState
impl Clone for NodeRunState
Source§fn clone(&self) -> NodeRunState
fn clone(&self) -> NodeRunState
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 NodeRunState
Source§impl Debug for NodeRunState
impl Debug for NodeRunState
impl Eq for NodeRunState
Source§impl PartialEq for NodeRunState
impl PartialEq for NodeRunState
Source§fn eq(&self, other: &NodeRunState) -> bool
fn eq(&self, other: &NodeRunState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeRunState
Auto Trait Implementations§
impl Freeze for NodeRunState
impl RefUnwindSafe for NodeRunState
impl Send for NodeRunState
impl Sync for NodeRunState
impl Unpin for NodeRunState
impl UnsafeUnpin for NodeRunState
impl UnwindSafe for NodeRunState
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