pub struct ProxyTlsConfig { /* private fields */ }Expand description
Proxy-TLS commitment protocol configuration.
Implementations§
Source§impl ProxyTlsConfig
impl ProxyTlsConfig
Sourcepub fn builder() -> ProxyTlsConfigBuilder
pub fn builder() -> ProxyTlsConfigBuilder
Creates a new builder.
Sourcepub fn server_name(&self) -> &DnsName
pub fn server_name(&self) -> &DnsName
Returns the server name.
Trait Implementations§
Source§impl Clone for ProxyTlsConfig
impl Clone for ProxyTlsConfig
Source§fn clone(&self) -> ProxyTlsConfig
fn clone(&self) -> ProxyTlsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProxyTlsConfig
impl Debug for ProxyTlsConfig
Source§impl<'de> Deserialize<'de> for ProxyTlsConfig
impl<'de> Deserialize<'de> for ProxyTlsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ProxyTlsConfig> for TlsCommitConfig
impl From<ProxyTlsConfig> for TlsCommitConfig
Source§fn from(value: ProxyTlsConfig) -> Self
fn from(value: ProxyTlsConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProxyTlsConfig
impl RefUnwindSafe for ProxyTlsConfig
impl Send for ProxyTlsConfig
impl Sync for ProxyTlsConfig
impl Unpin for ProxyTlsConfig
impl UnsafeUnpin for ProxyTlsConfig
impl UnwindSafe for ProxyTlsConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)