mysql_common::packetsType Alias PublicKeyResponseHeader
Source pub type PublicKeyResponseHeader = ConstU8<InvalidPublicKeyResponse, 0x01>;
struct PublicKeyResponseHeader();
Implementations
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
Size hint of a serialized value (in bytes), if it’s constant.
Some structs defines deserialization in the context of another value.
Read more
Deserializes self from the given
buf
.
Read more
Serializes self into the buf
.
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.