Struct gio::TlsDatabase [−]
pub struct TlsDatabase(_, _);
Trait Implementations
impl Clone for TlsDatabase
impl Clone for TlsDatabasefn clone(&self) -> TlsDatabase
fn clone(&self) -> TlsDatabaseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TlsDatabase
impl Debug for TlsDatabaseimpl Hash for TlsDatabase
impl Hash for TlsDatabasefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl StaticType for TlsDatabase
impl StaticType for TlsDatabasefn static_type() -> Type
fn static_type() -> TypeReturns the type identifier of Self.
impl<T: IsA<Object>> PartialEq<T> for TlsDatabase
impl<T: IsA<Object>> PartialEq<T> for TlsDatabasefn eq(&self, other: &T) -> bool
fn eq(&self, other: &T) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for TlsDatabase
impl Eq for TlsDatabaseimpl IsA<Object> for TlsDatabase
impl IsA<Object> for TlsDatabaseimpl IsA<TlsDatabase> for TlsFileDatabase
impl IsA<TlsDatabase> for TlsFileDatabaseAuto Trait Implementations
impl !Send for TlsDatabase
impl !Send for TlsDatabaseimpl !Sync for TlsDatabase
impl !Sync for TlsDatabase