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