pub enum BacnetError<T>where
T: NetworkIo,{
Io(T::Error),
Codec(Error),
InvokeId(InvokeIdError),
}Variants§
Trait Implementations§
Source§impl<T> Debug for BacnetError<T>
impl<T> Debug for BacnetError<T>
Auto Trait Implementations§
impl<T> Freeze for BacnetError<T>
impl<T> RefUnwindSafe for BacnetError<T>
impl<T> Send for BacnetError<T>
impl<T> Sync for BacnetError<T>
impl<T> Unpin for BacnetError<T>
impl<T> UnwindSafe for BacnetError<T>
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