Enum avr_tester::ComponentState
source · pub enum ComponentState {
Working,
Paused,
Removed,
}
Variants§
Trait Implementations§
source§impl Clone for ComponentState
impl Clone for ComponentState
source§fn clone(&self) -> ComponentState
fn clone(&self) -> ComponentState
Returns a copy 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 ComponentState
impl Debug for ComponentState
source§impl PartialEq<ComponentState> for ComponentState
impl PartialEq<ComponentState> for ComponentState
source§fn eq(&self, other: &ComponentState) -> bool
fn eq(&self, other: &ComponentState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ComponentState
impl Eq for ComponentState
impl StructuralEq for ComponentState
impl StructuralPartialEq for ComponentState
Auto Trait Implementations§
impl RefUnwindSafe for ComponentState
impl Send for ComponentState
impl Sync for ComponentState
impl Unpin for ComponentState
impl UnwindSafe for ComponentState
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