Struct minetest_protocol::wire::types::AuthMechsBitset
source · pub struct AuthMechsBitset {
pub legacy_password: bool,
pub srp: bool,
pub first_srp: bool,
}
Fields§
§legacy_password: bool
§srp: bool
§first_srp: bool
Trait Implementations§
source§impl Clone for AuthMechsBitset
impl Clone for AuthMechsBitset
source§fn clone(&self) -> AuthMechsBitset
fn clone(&self) -> AuthMechsBitset
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 AuthMechsBitset
impl Debug for AuthMechsBitset
source§impl Deserialize for AuthMechsBitset
impl Deserialize for AuthMechsBitset
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<AuthMechsBitset> for AuthMechsBitset
impl PartialEq<AuthMechsBitset> for AuthMechsBitset
source§fn eq(&self, other: &AuthMechsBitset) -> bool
fn eq(&self, other: &AuthMechsBitset) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.