pub enum LuaEntityPrototypeGuiMode {
All,
None,
Admins,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaEntityPrototypeGuiMode
impl Clone for LuaEntityPrototypeGuiMode
Source§fn clone(&self) -> LuaEntityPrototypeGuiMode
fn clone(&self) -> LuaEntityPrototypeGuiMode
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 LuaEntityPrototypeGuiMode
Source§impl Debug for LuaEntityPrototypeGuiMode
impl Debug for LuaEntityPrototypeGuiMode
Source§impl Default for LuaEntityPrototypeGuiMode
impl Default for LuaEntityPrototypeGuiMode
impl Eq for LuaEntityPrototypeGuiMode
Source§impl From<LuaEntityPrototypeGuiMode> for LuaAny
impl From<LuaEntityPrototypeGuiMode> for LuaAny
Source§fn from(_: LuaEntityPrototypeGuiMode) -> Self
fn from(_: LuaEntityPrototypeGuiMode) -> Self
Converts to this type from the input type.
Source§impl From<LuaEntityPrototypeGuiMode> for &'static str
impl From<LuaEntityPrototypeGuiMode> for &'static str
Source§fn from(value: LuaEntityPrototypeGuiMode) -> Self
fn from(value: LuaEntityPrototypeGuiMode) -> Self
Converts to this type from the input type.
Source§impl Hash for LuaEntityPrototypeGuiMode
impl Hash for LuaEntityPrototypeGuiMode
Source§impl PartialEq<&str> for LuaEntityPrototypeGuiMode
impl PartialEq<&str> for LuaEntityPrototypeGuiMode
Source§impl PartialEq<LuaEntityPrototypeGuiMode> for &str
impl PartialEq<LuaEntityPrototypeGuiMode> for &str
impl StructuralPartialEq for LuaEntityPrototypeGuiMode
Auto Trait Implementations§
impl Freeze for LuaEntityPrototypeGuiMode
impl RefUnwindSafe for LuaEntityPrototypeGuiMode
impl Send for LuaEntityPrototypeGuiMode
impl Sync for LuaEntityPrototypeGuiMode
impl Unpin for LuaEntityPrototypeGuiMode
impl UnsafeUnpin for LuaEntityPrototypeGuiMode
impl UnwindSafe for LuaEntityPrototypeGuiMode
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