Enum playit_agent_core::tunnel::control::ControlError
source · pub enum ControlError {
IoError(Error),
InvalidRemote {
expected: SocketAddr,
got: SocketAddr,
},
FailedToReadControlFeed(Error),
}Variants§
Trait Implementations§
source§impl Debug for ControlError
impl Debug for ControlError
Auto Trait Implementations§
impl Freeze for ControlError
impl !RefUnwindSafe for ControlError
impl Send for ControlError
impl Sync for ControlError
impl Unpin for ControlError
impl !UnwindSafe for ControlError
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