Enum oxygengine_core::fetch::FetchStatus [−][src]
pub enum FetchStatus {
Empty,
InProgress(Scalar),
Done,
Canceled(FetchCancelReason),
Read,
}
Variants
Empty
InProgress(Scalar)
Tuple Fields
0: Scalar
Done
Canceled(FetchCancelReason)
Tuple Fields
Read
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FetchStatus
impl Send for FetchStatus
impl Sync for FetchStatus
impl Unpin for FetchStatus
impl UnwindSafe for FetchStatus
Blanket Implementations
Mutably borrows from an owned value. Read more