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
Source§impl Default for LuaCustomInputPrototypeConsuming
impl Default for LuaCustomInputPrototypeConsuming
Source§fn default() -> LuaCustomInputPrototypeConsuming
fn default() -> LuaCustomInputPrototypeConsuming
Returns the “default value” for a type. Read more
impl Eq for LuaCustomInputPrototypeConsuming
Source§impl From<LuaCustomInputPrototypeConsuming> for &'static str
impl From<LuaCustomInputPrototypeConsuming> for &'static str
Source§fn from(value: LuaCustomInputPrototypeConsuming) -> &'static str
fn from(value: LuaCustomInputPrototypeConsuming) -> &'static str
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