Enum freya::components::ImageStatus
source · pub enum ImageStatus {
Loading,
Errored,
Loaded,
}
Expand description
Image status.
Variants§
Loading
Image is being fetched.
Errored
Image fetching threw an error.
Loaded
Image has been fetched.
Trait Implementations§
source§impl PartialEq<ImageStatus> for ImageStatus
impl PartialEq<ImageStatus> for ImageStatus
source§fn eq(&self, other: &ImageStatus) -> bool
fn eq(&self, other: &ImageStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.