pub enum BasicEventType {
Basic,
House,
Undeveloped,
Conditional,
}Variants§
Trait Implementations§
Source§impl Clone for BasicEventType
impl Clone for BasicEventType
Source§fn clone(&self) -> BasicEventType
fn clone(&self) -> BasicEventType
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 moreSource§impl Debug for BasicEventType
impl Debug for BasicEventType
Source§impl<'de> Deserialize<'de> for BasicEventType
impl<'de> Deserialize<'de> for BasicEventType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BasicEventType
impl PartialEq for BasicEventType
Source§impl Serialize for BasicEventType
impl Serialize for BasicEventType
impl StructuralPartialEq for BasicEventType
Auto Trait Implementations§
impl Freeze for BasicEventType
impl RefUnwindSafe for BasicEventType
impl Send for BasicEventType
impl Sync for BasicEventType
impl Unpin for BasicEventType
impl UnsafeUnpin for BasicEventType
impl UnwindSafe for BasicEventType
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