pub struct ErrorEncoder { /* private fields */ }Expand description
Error encoder for BACnet error PDUs
Implementations§
Trait Implementations§
Source§impl Default for ErrorEncoder
impl Default for ErrorEncoder
Source§fn default() -> ErrorEncoder
fn default() -> ErrorEncoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ErrorEncoder
impl RefUnwindSafe for ErrorEncoder
impl Send for ErrorEncoder
impl Sync for ErrorEncoder
impl Unpin for ErrorEncoder
impl UnsafeUnpin for ErrorEncoder
impl UnwindSafe for ErrorEncoder
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