pub enum RefOp {
Decrease(LoadHandle),
Increase(LoadHandle),
IncreaseUuid(AssetUuid),
}Expand description
Operations on an asset reference.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefOp
impl RefUnwindSafe for RefOp
impl Send for RefOp
impl Sync for RefOp
impl Unpin for RefOp
impl UnwindSafe for RefOp
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