Trait sourceview5::prelude::TlsBackendExt
source · pub trait TlsBackendExt: IsA<TlsBackend> + Sealed + 'static {
// Provided 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 { ... }
}
Provided 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
Object Safety§
This trait is not object safe.