pub enum ConnectionRequest {
Overnet(Socket),
FDomain(Socket),
}
Expand description
Indicates a connection request to be handled by the connector
argument of
RemoteControlService::new
Variants§
Auto Trait Implementations§
impl Freeze for ConnectionRequest
impl RefUnwindSafe for ConnectionRequest
impl Send for ConnectionRequest
impl Sync for ConnectionRequest
impl Unpin for ConnectionRequest
impl UnwindSafe for ConnectionRequest
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