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