pub struct DirectConnectionSource;Expand description
Connection source for a direct OPC/TCP binary connection. This is the default connection source used by the session builder, and by far the most common when connecting to an OPC-UA server.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectConnectionSource
impl RefUnwindSafe for DirectConnectionSource
impl Send for DirectConnectionSource
impl Sync for DirectConnectionSource
impl Unpin for DirectConnectionSource
impl UnwindSafe for DirectConnectionSource
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