Enum gio_sys::GSocketClientEvent [] [src]

pub enum GSocketClientEvent {
    Resolving,
    Resolved,
    Connecting,
    Connected,
    ProxyNegotiating,
    ProxyNegotiated,
    TlsHandshaking,
    TlsHandshaked,
    Complete,
}

Variants

Trait Implementations

impl Clone for GSocketClientEvent
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GSocketClientEvent
[src]

impl Debug for GSocketClientEvent
[src]

[]

Formats the value using the given formatter.

impl Eq for GSocketClientEvent
[src]

impl PartialEq for GSocketClientEvent
[src]

[]

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

[]

This method tests for !=.