Enum base::VmEventType
source · pub enum VmEventType {
Exit,
Reset,
Crash,
Panic(u8),
WatchdogReset,
}
Variants§
Trait Implementations§
source§impl Clone for VmEventType
impl Clone for VmEventType
source§fn clone(&self) -> VmEventType
fn clone(&self) -> VmEventType
Returns a copy of the value. Read more
1.0.0 · 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 VmEventType
impl Debug for VmEventType
source§impl<'de> Deserialize<'de> for VmEventType
impl<'de> Deserialize<'de> for VmEventType
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 VmEventType
impl PartialEq for VmEventType
source§fn eq(&self, other: &VmEventType) -> bool
fn eq(&self, other: &VmEventType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for VmEventType
impl Serialize for VmEventType
impl Copy for VmEventType
impl Eq for VmEventType
impl StructuralPartialEq for VmEventType
Auto Trait Implementations§
impl RefUnwindSafe for VmEventType
impl Send for VmEventType
impl Sync for VmEventType
impl Unpin for VmEventType
impl UnwindSafe for VmEventType
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