pub enum DebugEventType {
RunDebug,
}Variants§
RunDebug
Trait Implementations§
Source§impl Clone for DebugEventType
impl Clone for DebugEventType
Source§fn clone(&self) -> DebugEventType
fn clone(&self) -> DebugEventType
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 DebugEventType
Source§impl Debug for DebugEventType
impl Debug for DebugEventType
Source§impl Default for DebugEventType
impl Default for DebugEventType
Source§fn default() -> DebugEventType
fn default() -> DebugEventType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DebugEventType
impl<'de> Deserialize<'de> for DebugEventType
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
impl Eq for DebugEventType
Source§impl PartialEq for DebugEventType
impl PartialEq for DebugEventType
Source§impl Serialize for DebugEventType
impl Serialize for DebugEventType
impl StructuralPartialEq for DebugEventType
Auto Trait Implementations§
impl Freeze for DebugEventType
impl RefUnwindSafe for DebugEventType
impl Send for DebugEventType
impl Sync for DebugEventType
impl Unpin for DebugEventType
impl UnsafeUnpin for DebugEventType
impl UnwindSafe for DebugEventType
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