pub struct EoN { /* private fields */ }Expand description
struct that represents a Sparkplug Edge Node instance.
See EoNBuilder on how to create an EoN instance.
Implementations§
Auto Trait Implementations§
impl Freeze for EoN
impl !RefUnwindSafe for EoN
impl Send for EoN
impl !Sync for EoN
impl Unpin for EoN
impl UnsafeUnpin for EoN
impl !UnwindSafe for EoN
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