[go: up one dir, main page]

Struct gio::TlsServerConnection[]

pub struct TlsServerConnection(_, _);

Methods

impl TlsServerConnection
[src]

Trait Implementations

impl Clone for TlsServerConnection

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TlsServerConnection

Formats the value using the given formatter. Read more

impl Hash for TlsServerConnection

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for TlsServerConnection

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for TlsServerConnection

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TlsServerConnection

impl IsA<TlsConnection> for TlsServerConnection

impl IsA<IOStream> for TlsServerConnection

impl IsA<Object> for TlsServerConnection

Auto Trait Implementations