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