Struct minetest_protocol::wire::command::FirstSrpSpec
source · pub struct FirstSrpSpec {
pub salt: BinaryData16,
pub verification_key: BinaryData16,
pub is_empty: bool,
}
Fields§
§salt: BinaryData16
§verification_key: BinaryData16
§is_empty: bool
Trait Implementations§
source§impl Clone for FirstSrpSpec
impl Clone for FirstSrpSpec
source§fn clone(&self) -> FirstSrpSpec
fn clone(&self) -> FirstSrpSpec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FirstSrpSpec
impl Debug for FirstSrpSpec
source§impl Deserialize for FirstSrpSpec
impl Deserialize for FirstSrpSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<FirstSrpSpec> for ToServerCommand
impl From<FirstSrpSpec> for ToServerCommand
source§fn from(value: FirstSrpSpec) -> Self
fn from(value: FirstSrpSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<FirstSrpSpec> for FirstSrpSpec
impl PartialEq<FirstSrpSpec> for FirstSrpSpec
source§fn eq(&self, other: &FirstSrpSpec) -> bool
fn eq(&self, other: &FirstSrpSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.