pub struct BrigadierDoubleProperties {
pub min: Option<f64>,
pub max: Option<f64>,
}Fields§
§min: Option<f64>§max: Option<f64>Trait Implementations§
source§impl Debug for BrigadierDoubleProperties
impl Debug for BrigadierDoubleProperties
source§impl<'de> Deserialize<'de> for BrigadierDoubleProperties
impl<'de> Deserialize<'de> for BrigadierDoubleProperties
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more