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