Trait gio::prelude::TlsBackendExt
source · pub trait TlsBackendExt: 'static {
// Required methods
fn certificate_type(&self) -> Type;
fn client_connection_type(&self) -> Type;
fn default_database(&self) -> TlsDatabase;
fn dtls_client_connection_type(&self) -> Type;
fn dtls_server_connection_type(&self) -> Type;
fn file_database_type(&self) -> Type;
fn server_connection_type(&self) -> Type;
fn set_default_database(&self, database: Option<&impl IsA<TlsDatabase>>);
fn supports_dtls(&self) -> bool;
fn supports_tls(&self) -> bool;
}
Required Methods§
fn certificate_type(&self) -> Type
fn client_connection_type(&self) -> Type
fn default_database(&self) -> TlsDatabase
fn dtls_client_connection_type(&self) -> Type
fn dtls_server_connection_type(&self) -> Type
fn file_database_type(&self) -> Type
fn server_connection_type(&self) -> Type
sourcefn set_default_database(&self, database: Option<&impl IsA<TlsDatabase>>)
fn set_default_database(&self, database: Option<&impl IsA<TlsDatabase>>)
Available on crate feature
v2_60
only.