pub enum LuaPassPhase {
Analysis,
Transformation,
Verification,
Cleanup,
}Variants§
Implementations§
Source§impl LuaPassPhase
impl LuaPassPhase
Trait Implementations§
Source§impl Clone for LuaPassPhase
impl Clone for LuaPassPhase
Source§fn clone(&self) -> LuaPassPhase
fn clone(&self) -> LuaPassPhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LuaPassPhase
impl Debug for LuaPassPhase
Source§impl PartialEq for LuaPassPhase
impl PartialEq for LuaPassPhase
impl StructuralPartialEq for LuaPassPhase
Auto Trait Implementations§
impl Freeze for LuaPassPhase
impl RefUnwindSafe for LuaPassPhase
impl Send for LuaPassPhase
impl Sync for LuaPassPhase
impl Unpin for LuaPassPhase
impl UnsafeUnpin for LuaPassPhase
impl UnwindSafe for LuaPassPhase
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