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