Struct rive_models::core::AutumnConfiguration
source · pub struct AutumnConfiguration {
pub enabled: bool,
pub url: String,
}Expand description
File server service configuration
Fields§
§enabled: boolWhether the service is enabled
url: StringURL pointing to this service
Trait Implementations§
source§impl Clone for AutumnConfiguration
impl Clone for AutumnConfiguration
source§fn clone(&self) -> AutumnConfiguration
fn clone(&self) -> AutumnConfiguration
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 AutumnConfiguration
impl Debug for AutumnConfiguration
source§impl<'de> Deserialize<'de> for AutumnConfiguration
impl<'de> Deserialize<'de> for AutumnConfiguration
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