pub struct HostLinkConnectionOptions {
pub host: String,
pub port: u16,
pub timeout: Duration,
pub transport: HostLinkTransportMode,
pub append_lf_on_send: bool,
}Fields§
§host: String§port: u16§timeout: Duration§transport: HostLinkTransportMode§append_lf_on_send: boolImplementations§
Trait Implementations§
Source§impl Clone for HostLinkConnectionOptions
impl Clone for HostLinkConnectionOptions
Source§fn clone(&self) -> HostLinkConnectionOptions
fn clone(&self) -> HostLinkConnectionOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HostLinkConnectionOptions
impl RefUnwindSafe for HostLinkConnectionOptions
impl Send for HostLinkConnectionOptions
impl Sync for HostLinkConnectionOptions
impl Unpin for HostLinkConnectionOptions
impl UnsafeUnpin for HostLinkConnectionOptions
impl UnwindSafe for HostLinkConnectionOptions
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