pub enum ControlError {
NoWildcardsInShorts,
ResetConnection,
}Expand description
Control Message Errors
Variants§
Trait Implementations§
Source§impl Debug for ControlError
impl Debug for ControlError
Source§impl<'de> Deserialize<'de> for ControlError
impl<'de> Deserialize<'de> for ControlError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ControlError
Source§impl PartialEq for ControlError
impl PartialEq for ControlError
Source§fn eq(&self, other: &ControlError) -> bool
fn eq(&self, other: &ControlError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ControlError
impl Serialize for ControlError
impl StructuralPartialEq 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 UnsafeUnpin 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