pub enum LuaCustomInputPrototypeConsuming {
None,
GameOnly,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaCustomInputPrototypeConsuming
impl Clone for LuaCustomInputPrototypeConsuming
Source§fn clone(&self) -> LuaCustomInputPrototypeConsuming
fn clone(&self) -> LuaCustomInputPrototypeConsuming
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LuaCustomInputPrototypeConsuming
impl Eq for LuaCustomInputPrototypeConsuming
Source§impl From<LuaCustomInputPrototypeConsuming> for LuaAny
impl From<LuaCustomInputPrototypeConsuming> for LuaAny
Source§fn from(_: LuaCustomInputPrototypeConsuming) -> Self
fn from(_: LuaCustomInputPrototypeConsuming) -> Self
Converts to this type from the input type.
Source§impl From<LuaCustomInputPrototypeConsuming> for &'static str
impl From<LuaCustomInputPrototypeConsuming> for &'static str
Source§fn from(value: LuaCustomInputPrototypeConsuming) -> Self
fn from(value: LuaCustomInputPrototypeConsuming) -> Self
Converts to this type from the input type.
Source§impl PartialEq<&str> for LuaCustomInputPrototypeConsuming
impl PartialEq<&str> for LuaCustomInputPrototypeConsuming
Source§impl PartialEq<LuaCustomInputPrototypeConsuming> for &str
impl PartialEq<LuaCustomInputPrototypeConsuming> for &str
impl StructuralPartialEq for LuaCustomInputPrototypeConsuming
Auto Trait Implementations§
impl Freeze for LuaCustomInputPrototypeConsuming
impl RefUnwindSafe for LuaCustomInputPrototypeConsuming
impl Send for LuaCustomInputPrototypeConsuming
impl Sync for LuaCustomInputPrototypeConsuming
impl Unpin for LuaCustomInputPrototypeConsuming
impl UnsafeUnpin for LuaCustomInputPrototypeConsuming
impl UnwindSafe for LuaCustomInputPrototypeConsuming
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