Enum hydro::core::progress::LeafStatus
source · pub enum LeafStatus {
Queued,
Started,
Finished,
}Variants§
Trait Implementations§
source§impl Clone for LeafStatus
impl Clone for LeafStatus
source§fn clone(&self) -> LeafStatus
fn clone(&self) -> LeafStatus
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 LeafStatus
impl Debug for LeafStatus
source§impl PartialEq<LeafStatus> for LeafStatus
impl PartialEq<LeafStatus> for LeafStatus
source§fn eq(&self, other: &LeafStatus) -> bool
fn eq(&self, other: &LeafStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for LeafStatus
impl StructuralEq for LeafStatus
impl StructuralPartialEq for LeafStatus
Auto Trait Implementations§
impl RefUnwindSafe for LeafStatus
impl Send for LeafStatus
impl Sync for LeafStatus
impl Unpin for LeafStatus
impl UnwindSafe for LeafStatus
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