pub(crate) enum AsAction {
Build(AsBuild),
UseTlas(Arc<Tlas>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsAction
impl !RefUnwindSafe for AsAction
impl Send for AsAction
impl Sync for AsAction
impl Unpin for AsAction
impl !UnwindSafe for AsAction
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