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