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