pub enum GuestManagerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuestManagerEvent
impl RefUnwindSafe for GuestManagerEvent
impl Send for GuestManagerEvent
impl Sync for GuestManagerEvent
impl Unpin for GuestManagerEvent
impl UnwindSafe for GuestManagerEvent
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