Enum oxygengine_core::fetch::FetchStatus [−][src]
pub enum FetchStatus {
Empty,
InProgress(Scalar),
Done,
Canceled(FetchCancelReason),
Read,
}Variants
InProgress(Scalar)Canceled(FetchCancelReason)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 FetchStatusimpl Send for FetchStatusimpl Sync for FetchStatusimpl Unpin for FetchStatusimpl UnwindSafe for FetchStatusBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more
Tries to create the default.
Calls try_default and panics on an error case.