pub enum LuaEntityPrototypeBeaconCounter {
Total,
SameType,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LuaEntityPrototypeBeaconCounter
impl Clone for LuaEntityPrototypeBeaconCounter
Source§fn clone(&self) -> LuaEntityPrototypeBeaconCounter
fn clone(&self) -> LuaEntityPrototypeBeaconCounter
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 LuaEntityPrototypeBeaconCounter
Source§impl Default for LuaEntityPrototypeBeaconCounter
impl Default for LuaEntityPrototypeBeaconCounter
Source§fn default() -> LuaEntityPrototypeBeaconCounter
fn default() -> LuaEntityPrototypeBeaconCounter
Returns the “default value” for a type. Read more
impl Eq for LuaEntityPrototypeBeaconCounter
Source§impl From<LuaEntityPrototypeBeaconCounter> for &'static str
impl From<LuaEntityPrototypeBeaconCounter> for &'static str
Source§fn from(value: LuaEntityPrototypeBeaconCounter) -> &'static str
fn from(value: LuaEntityPrototypeBeaconCounter) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq<&str> for LuaEntityPrototypeBeaconCounter
impl PartialEq<&str> for LuaEntityPrototypeBeaconCounter
Source§impl PartialEq<LuaEntityPrototypeBeaconCounter> for &str
impl PartialEq<LuaEntityPrototypeBeaconCounter> for &str
impl StructuralPartialEq for LuaEntityPrototypeBeaconCounter
Auto Trait Implementations§
impl Freeze for LuaEntityPrototypeBeaconCounter
impl RefUnwindSafe for LuaEntityPrototypeBeaconCounter
impl Send for LuaEntityPrototypeBeaconCounter
impl Sync for LuaEntityPrototypeBeaconCounter
impl Unpin for LuaEntityPrototypeBeaconCounter
impl UnsafeUnpin for LuaEntityPrototypeBeaconCounter
impl UnwindSafe for LuaEntityPrototypeBeaconCounter
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