Enum script::script_module::ModuleStatus
source · pub enum ModuleStatus {
Initial,
Fetching,
FetchingDescendants,
Finished,
}
Variants§
Trait Implementations§
source§impl Clone for ModuleStatus
impl Clone for ModuleStatus
source§fn clone(&self) -> ModuleStatus
fn clone(&self) -> ModuleStatus
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 ModuleStatus
impl Debug for ModuleStatus
source§impl JSTraceable for ModuleStatus
impl JSTraceable for ModuleStatus
source§impl PartialEq<ModuleStatus> for ModuleStatus
impl PartialEq<ModuleStatus> for ModuleStatus
source§fn eq(&self, other: &ModuleStatus) -> bool
fn eq(&self, other: &ModuleStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ModuleStatus> for ModuleStatus
impl PartialOrd<ModuleStatus> for ModuleStatus
source§fn partial_cmp(&self, other: &ModuleStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &ModuleStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ModuleStatus
impl StructuralPartialEq for ModuleStatus
Auto Trait Implementations§
impl RefUnwindSafe for ModuleStatus
impl Send for ModuleStatus
impl Sync for ModuleStatus
impl Unpin for ModuleStatus
impl UnwindSafe for ModuleStatus
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert