pub struct HomieEventLoop { /* private fields */ }Auto Trait Implementations§
impl !Freeze for HomieEventLoop
impl !RefUnwindSafe for HomieEventLoop
impl !Sync for HomieEventLoop
impl !UnwindSafe for HomieEventLoop
impl Send for HomieEventLoop
impl Unpin for HomieEventLoop
impl UnsafeUnpin for HomieEventLoop
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