pub struct VoiceProviderList {
pub providers: Option<Vec<Map<String, Value>>>,
}Expand description
VoiceProviderList model.
Fields§
§providers: Option<Vec<Map<String, Value>>>Trait Implementations§
Source§impl Clone for VoiceProviderList
impl Clone for VoiceProviderList
Source§fn clone(&self) -> VoiceProviderList
fn clone(&self) -> VoiceProviderList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VoiceProviderList
impl Debug for VoiceProviderList
Source§impl Default for VoiceProviderList
impl Default for VoiceProviderList
Source§fn default() -> VoiceProviderList
fn default() -> VoiceProviderList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VoiceProviderList
impl<'de> Deserialize<'de> for VoiceProviderList
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
Source§impl PartialEq for VoiceProviderList
impl PartialEq for VoiceProviderList
Source§impl Serialize for VoiceProviderList
impl Serialize for VoiceProviderList
impl StructuralPartialEq for VoiceProviderList
Auto Trait Implementations§
impl Freeze for VoiceProviderList
impl RefUnwindSafe for VoiceProviderList
impl Send for VoiceProviderList
impl Sync for VoiceProviderList
impl Unpin for VoiceProviderList
impl UnsafeUnpin for VoiceProviderList
impl UnwindSafe for VoiceProviderList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more