pub enum Socktype {
    Dgram,
    Stream,
    Raw,
    Seqpacket,
}

Variants§

§

Dgram

§

Stream

§

Raw

§

Seqpacket

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Native Wasm type.
Convert self to Self::Native. Read more
Convert a value of kind Self::Native to Self. Read more
Returns whether the given value is from the given store. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
The archived version of the pointer metadata for this type.
Converts some archived metadata to the pointer metadata for itself.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Deserializes using the given deserializer
Compare self to key and return true if they are equal.

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type for metadata in pointers and references to Self.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
upcast ref
upcast mut ref
upcast boxed dyn
The C type (a struct) that can hold/represent all the represented values.
The array type that can hold all the represented values. Read more
Constructs Self based on an array of values. Read more
Constructs Self based on a slice of values. Read more
Builds and returns an array of type Array from a tuple (list) of values. Read more
Allocates and return an empty array of type Array that will hold a tuple (list) of values, usually to hold the returned values of a WebAssembly function call.
Builds a tuple (list) of values from a C struct of type CStruct. Read more
Builds and returns a C struct of type CStruct from a tuple (list) of values. Read more
Writes the contents of a C struct to an array of RawValue. Read more
Get the Wasm types for the tuple (list) of currently represented values.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more