pub enum PairingDelegateEvent {
OnLocalKeypress {
id: PeerId,
keypress: PairingKeypress,
},
}
Variants§
OnLocalKeypress
Implementations§
Source§impl PairingDelegateEvent
impl PairingDelegateEvent
pub fn into_on_local_keypress(self) -> Option<(PeerId, PairingKeypress)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PairingDelegateEvent
impl RefUnwindSafe for PairingDelegateEvent
impl Send for PairingDelegateEvent
impl Sync for PairingDelegateEvent
impl Unpin for PairingDelegateEvent
impl UnwindSafe for PairingDelegateEvent
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