Struct minetest_protocol::wire::command::SetStarsSpec   
source · pub struct SetStarsSpec {
    pub stars: StarParams,
}Fields§
§stars: StarParamsTrait Implementations§
source§impl Clone for SetStarsSpec
 
impl Clone for SetStarsSpec
source§fn clone(&self) -> SetStarsSpec
 
fn clone(&self) -> SetStarsSpec
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 SetStarsSpec
 
impl Debug for SetStarsSpec
source§impl Deserialize for SetStarsSpec
 
impl Deserialize for SetStarsSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<SetStarsSpec> for ToClientCommand
 
impl From<SetStarsSpec> for ToClientCommand
source§fn from(value: SetStarsSpec) -> Self
 
fn from(value: SetStarsSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<SetStarsSpec> for SetStarsSpec
 
impl PartialEq<SetStarsSpec> for SetStarsSpec
source§fn eq(&self, other: &SetStarsSpec) -> bool
 
fn eq(&self, other: &SetStarsSpec) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.