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