pub struct AsyncImageLoad {
pub image_path: PathBuf,
pub result: RefCell<Option<Result<ImageBuffer, ImageError>>>,
}
Fields§
§image_path: PathBuf
§result: RefCell<Option<Result<ImageBuffer, ImageError>>>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AsyncImageLoad
impl !RefUnwindSafe for AsyncImageLoad
impl Send for AsyncImageLoad
impl !Sync for AsyncImageLoad
impl Unpin for AsyncImageLoad
impl UnwindSafe for AsyncImageLoad
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more