Enum gio::SocketClientEvent [−][src]
pub enum SocketClientEvent {
Resolving,
Resolved,
Connecting,
Connected,
ProxyNegotiating,
ProxyNegotiated,
TlsHandshaking,
TlsHandshaked,
Complete,
// some variants omitted
}Variants
ResolvingResolvedConnectingConnectedProxyNegotiatingProxyNegotiatedTlsHandshakingTlsHandshakedComplete
Trait Implementations
impl Clone for SocketClientEvent[src]
impl Clone for SocketClientEventfn clone(&self) -> SocketClientEvent[src]
fn clone(&self) -> SocketClientEventReturns 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 Copy for SocketClientEvent[src]
impl Copy for SocketClientEventimpl Debug for SocketClientEvent[src]
impl Debug for SocketClientEventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for SocketClientEvent[src]
impl Eq for SocketClientEventimpl PartialEq for SocketClientEvent[src]
impl PartialEq for SocketClientEventfn eq(&self, other: &SocketClientEvent) -> bool[src]
fn eq(&self, other: &SocketClientEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SocketClientEvent) -> bool[src]
fn ne(&self, other: &SocketClientEvent) -> boolThis method tests for !=.
impl Hash for SocketClientEvent[src]
impl Hash for SocketClientEventfn hash<__H: Hasher>(&self, state: &mut __H)[src]
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 SocketClientEvent[src]
impl StaticType for SocketClientEventfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for SocketClientEvent[src]
impl<'a> FromValueOptional<'a> for SocketClientEventunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for SocketClientEvent[src]
impl<'a> FromValue<'a> for SocketClientEventunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for SocketClientEvent[src]
impl SetValue for SocketClientEventAuto Trait Implementations
impl Send for SocketClientEvent
impl Send for SocketClientEventimpl Sync for SocketClientEvent
impl Sync for SocketClientEvent