Struct minetest_protocol::wire::command::DenySudoModeSpec   
source · pub struct DenySudoModeSpec;Trait Implementations§
source§impl Clone for DenySudoModeSpec
 
impl Clone for DenySudoModeSpec
source§fn clone(&self) -> DenySudoModeSpec
 
fn clone(&self) -> DenySudoModeSpec
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 DenySudoModeSpec
 
impl Debug for DenySudoModeSpec
source§impl Default for DenySudoModeSpec
 
impl Default for DenySudoModeSpec
source§fn default() -> DenySudoModeSpec
 
fn default() -> DenySudoModeSpec
Returns the “default value” for a type. Read more
source§impl Deserialize for DenySudoModeSpec
 
impl Deserialize for DenySudoModeSpec
fn deserialize(_deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<DenySudoModeSpec> for ToClientCommand
 
impl From<DenySudoModeSpec> for ToClientCommand
source§fn from(value: DenySudoModeSpec) -> Self
 
fn from(value: DenySudoModeSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<DenySudoModeSpec> for DenySudoModeSpec
 
impl PartialEq<DenySudoModeSpec> for DenySudoModeSpec
source§fn eq(&self, other: &DenySudoModeSpec) -> bool
 
fn eq(&self, other: &DenySudoModeSpec) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.