Enum websocket::result::WSUrlErrorKind [−][src]
pub enum WSUrlErrorKind { CannotSetFragment, InvalidScheme, NoHostName, }
Represents a WebSocket URL error
Variants
Fragments are not valid in a WebSocket URL
The scheme provided is invalid for a WebSocket
There is no hostname or IP address to connect to
Trait Implementations
impl Debug for WSUrlErrorKind
[src][+]
impl Display for WSUrlErrorKind
[src][+]
impl Error for WSUrlErrorKind
[src][+]
impl From<WSUrlErrorKind> for WebSocketOtherError
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for WSUrlErrorKind
impl Send for WSUrlErrorKind
impl Sync for WSUrlErrorKind
impl Unpin for WSUrlErrorKind
impl UnwindSafe for WSUrlErrorKind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,