#[repr(u16)]pub enum HGTPError {
Show 15 variants
Ok = 0,
Avesterra = 1,
Entity = 2,
Outlet = 3,
Network = 4,
Timeout = 5,
Authorization = 6,
Adapter = 7,
Subscriber = 8,
Application = 9,
Bypass = 10,
Forward = 11,
Value = 12,
Message = 13,
Execution = 14,
}
Variants§
Ok = 0
Avesterra = 1
Entity = 2
Outlet = 3
Network = 4
Timeout = 5
Authorization = 6
Adapter = 7
Subscriber = 8
Application = 9
Bypass = 10
Forward = 11
Value = 12
Message = 13
Execution = 14
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HGTPError
impl<'de> Deserialize<'de> for HGTPError
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
Source§impl TryFromPrimitive for HGTPError
impl TryFromPrimitive for HGTPError
impl Copy for HGTPError
impl Eq for HGTPError
impl StructuralPartialEq for HGTPError
Auto Trait Implementations§
impl Freeze for HGTPError
impl RefUnwindSafe for HGTPError
impl Send for HGTPError
impl Sync for HGTPError
impl Unpin for HGTPError
impl UnwindSafe for HGTPError
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