pub enum ConnectEvent {
Connected,
Failed(Error),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for ConnectEvent
impl !UnwindSafe for ConnectEvent
impl Freeze for ConnectEvent
impl Send for ConnectEvent
impl Sync for ConnectEvent
impl Unpin for ConnectEvent
impl UnsafeUnpin for ConnectEvent
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