Enum bones_asset::prelude::ChangedAsset
source · pub enum ChangedAsset {
Loc(AssetLoc),
Handle(UntypedHandle),
}
Expand description
An ID for an asset that has changed.
Variants§
Loc(AssetLoc)
The location of an asset that has changed.
Handle(UntypedHandle)
The Cid
of an asset that has changed.
Auto Trait Implementations§
impl Freeze for ChangedAsset
impl RefUnwindSafe for ChangedAsset
impl Send for ChangedAsset
impl Sync for ChangedAsset
impl Unpin for ChangedAsset
impl UnwindSafe for ChangedAsset
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