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§
Source§impl ConnectionSource for DirectConnectionSource
impl ConnectionSource for DirectConnectionSource
Source§fn get_connector(
&self,
endpoint: &EndpointDescription,
) -> Result<<DirectConnectionSource as ConnectionSource>::Builder, Error>
fn get_connector( &self, endpoint: &EndpointDescription, ) -> Result<<DirectConnectionSource as ConnectionSource>::Builder, Error>
Get a connector builder for the given endpoint description.
Auto Trait Implementations§
impl Freeze for DirectConnectionSource
impl RefUnwindSafe for DirectConnectionSource
impl Send for DirectConnectionSource
impl Sync for DirectConnectionSource
impl Unpin for DirectConnectionSource
impl UnsafeUnpin 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