Struct dasi::model::VoiceRegion [] [src]

pub struct VoiceRegion {
    pub id: String,
    pub name: String,
    pub sample_hostname: String,
    pub sample_port: u16,
    pub optimal: bool,
    pub vip: bool,
}

Information about an available voice region

Fields

id
name
sample_hostname
sample_port
optimal
vip

Methods

impl VoiceRegion

fn decode(value: Value) -> Result<VoiceRegion>

Trait Implementations

Derived Implementations

impl Clone for VoiceRegion

fn clone(&self) -> VoiceRegion

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for VoiceRegion

fn fmt(&self, __arg_0: &mut Formatter) -> Result