pub enum InstanceActionType {
InstanceStart,
SendCtrlAltDel,
}Variants§
Trait Implementations§
Source§impl Debug for InstanceActionType
impl Debug for InstanceActionType
Auto Trait Implementations§
impl Freeze for InstanceActionType
impl RefUnwindSafe for InstanceActionType
impl Send for InstanceActionType
impl Sync for InstanceActionType
impl Unpin for InstanceActionType
impl UnsafeUnpin for InstanceActionType
impl UnwindSafe for InstanceActionType
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