pub struct AssetLoadOp { /* private fields */ }Expand description
Type that allows the downstream asset storage implementation to signal that an asset update
operation has completed. See AssetStorage::update_asset.
Implementations§
Source§impl AssetLoadOp
impl AssetLoadOp
Sourcepub fn load_handle(&self) -> LoadHandle
pub fn load_handle(&self) -> LoadHandle
Returns the LoadHandle associated with the load operation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssetLoadOp
impl RefUnwindSafe for AssetLoadOp
impl Send for AssetLoadOp
impl Sync for AssetLoadOp
impl Unpin for AssetLoadOp
impl UnwindSafe for AssetLoadOp
Blanket Implementations§
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