pub enum RPCEvent {
Listening,
Connect(String),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for RPCEvent
Auto Trait Implementations§
impl Freeze for RPCEvent
impl RefUnwindSafe for RPCEvent
impl Send for RPCEvent
impl Sync for RPCEvent
impl Unpin for RPCEvent
impl UnwindSafe for RPCEvent
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