pub enum LuaTypeTernaryOperator {
None,
Conditional,
}Variants§
Trait Implementations§
source§impl Clone for LuaTypeTernaryOperator
impl Clone for LuaTypeTernaryOperator
source§fn clone(&self) -> LuaTypeTernaryOperator
fn clone(&self) -> LuaTypeTernaryOperator
Returns a copy 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 LuaTypeTernaryOperator
impl Debug for LuaTypeTernaryOperator
source§impl From<LuaTypeTernaryOperator> for LuaOpKind
impl From<LuaTypeTernaryOperator> for LuaOpKind
source§fn from(op: LuaTypeTernaryOperator) -> Self
fn from(op: LuaTypeTernaryOperator) -> Self
Converts to this type from the input type.
source§impl PartialEq for LuaTypeTernaryOperator
impl PartialEq for LuaTypeTernaryOperator
impl Copy for LuaTypeTernaryOperator
impl StructuralPartialEq for LuaTypeTernaryOperator
Auto Trait Implementations§
impl Freeze for LuaTypeTernaryOperator
impl RefUnwindSafe for LuaTypeTernaryOperator
impl Send for LuaTypeTernaryOperator
impl Sync for LuaTypeTernaryOperator
impl Unpin for LuaTypeTernaryOperator
impl UnwindSafe for LuaTypeTernaryOperator
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)