Trait ux::prelude::TlsServerConnectionExt[]

pub trait TlsServerConnectionExt: 'static {
    pub fn get_property_authentication_mode(&self) -> TlsAuthenticationMode;
pub fn set_property_authentication_mode(
        &self,
        authentication_mode: TlsAuthenticationMode
    );
pub fn connect_property_authentication_mode_notify<F>(
        &self,
        f: F
    ) -> SignalHandlerId
    where
        F: 'static + Fn(&Self)
; }

Required methods

pub fn get_property_authentication_mode(&self) -> TlsAuthenticationMode

pub fn set_property_authentication_mode(
    &self,
    authentication_mode: TlsAuthenticationMode
)

pub fn connect_property_authentication_mode_notify<F>(
    &self,
    f: F
) -> SignalHandlerId where
    F: 'static + Fn(&Self), 

Loading content...

Implementors

impl<O> TlsServerConnectionExt for O where
    O: IsA<TlsServerConnection>, 

Loading content...