pub struct VmLifecycleEvent {
pub state: VmLifecycleState,
}Fields§
§state: VmLifecycleStateTrait Implementations§
Source§impl Clone for VmLifecycleEvent
impl Clone for VmLifecycleEvent
Source§fn clone(&self) -> VmLifecycleEvent
fn clone(&self) -> VmLifecycleEvent
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 VmLifecycleEvent
impl Debug for VmLifecycleEvent
Source§impl<'de> Deserialize<'de> for VmLifecycleEvent
impl<'de> Deserialize<'de> for VmLifecycleEvent
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 VmLifecycleEvent
Source§impl Hash for VmLifecycleEvent
impl Hash for VmLifecycleEvent
Source§impl PartialEq for VmLifecycleEvent
impl PartialEq for VmLifecycleEvent
Source§fn eq(&self, other: &VmLifecycleEvent) -> bool
fn eq(&self, other: &VmLifecycleEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VmLifecycleEvent
impl Serialize for VmLifecycleEvent
impl StructuralPartialEq for VmLifecycleEvent
Auto Trait Implementations§
impl Freeze for VmLifecycleEvent
impl RefUnwindSafe for VmLifecycleEvent
impl Send for VmLifecycleEvent
impl Sync for VmLifecycleEvent
impl Unpin for VmLifecycleEvent
impl UnsafeUnpin for VmLifecycleEvent
impl UnwindSafe for VmLifecycleEvent
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