pub struct ServerTunnelSettings {
pub public_hostnames: Vec<String>,
pub client_identity: ClientIdentity,
}Fields§
§public_hostnames: Vec<String>§client_identity: ClientIdentityTrait Implementations§
Source§impl Clone for ServerTunnelSettings
impl Clone for ServerTunnelSettings
Source§fn clone(&self) -> ServerTunnelSettings
fn clone(&self) -> ServerTunnelSettings
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 moreSource§impl Debug for ServerTunnelSettings
impl Debug for ServerTunnelSettings
Source§impl PartialEq for ServerTunnelSettings
impl PartialEq for ServerTunnelSettings
Source§fn eq(&self, other: &ServerTunnelSettings) -> bool
fn eq(&self, other: &ServerTunnelSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ServerTunnelSettings
impl StructuralPartialEq for ServerTunnelSettings
Auto Trait Implementations§
impl Freeze for ServerTunnelSettings
impl RefUnwindSafe for ServerTunnelSettings
impl Send for ServerTunnelSettings
impl Sync for ServerTunnelSettings
impl Unpin for ServerTunnelSettings
impl UnsafeUnpin for ServerTunnelSettings
impl UnwindSafe for ServerTunnelSettings
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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