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