#[repr(C)]pub enum GSocketClientEvent {
Resolving = 0,
Resolved = 1,
Connecting = 2,
Connected = 3,
ProxyNegotiating = 4,
ProxyNegotiated = 5,
TlsHandshaking = 6,
TlsHandshaked = 7,
Complete = 8,
}Variants§
Resolving = 0
Resolved = 1
Connecting = 2
Connected = 3
ProxyNegotiating = 4
ProxyNegotiated = 5
TlsHandshaking = 6
TlsHandshaked = 7
Complete = 8
Auto Trait Implementations§
impl Freeze for GSocketClientEvent
impl RefUnwindSafe for GSocketClientEvent
impl Send for GSocketClientEvent
impl Sync for GSocketClientEvent
impl Unpin for GSocketClientEvent
impl UnwindSafe for GSocketClientEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more