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