Enum oxygengine_core::assets::database::LoadStatus [−][src]
pub enum LoadStatus {
InvalidPath(String),
UnknownProtocol(String),
FetchError(FetchStatus),
NoFetchEngine,
}
Variants
InvalidPath(String)
Tuple Fields
0: String
UnknownProtocol(String)
Tuple Fields
0: String
FetchError(FetchStatus)
Tuple Fields
0: FetchStatus
NoFetchEngine
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 LoadStatus
impl Send for LoadStatus
impl Sync for LoadStatus
impl Unpin for LoadStatus
impl UnwindSafe for LoadStatus
Blanket Implementations
Mutably borrows from an owned value. Read more