Enum oxygengine_core::assets::database::LoadStatus [−][src]
pub enum LoadStatus {
InvalidPath(String),
UnknownProtocol(String),
FetchError(FetchStatus),
NoFetchEngine,
}Variants
InvalidPath(String)UnknownProtocol(String)FetchError(FetchStatus)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 LoadStatusimpl Send for LoadStatusimpl Sync for LoadStatusimpl Unpin for LoadStatusimpl UnwindSafe for LoadStatusBlanket 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