pub struct VoiceFields {
pub narrator_register: Option<String>,
pub preserve_anglicisms: Option<bool>,
pub target_audience: Option<String>,
pub gender_of_unspecified_narrator: Option<String>,
}Fields§
§narrator_register: Option<String>§preserve_anglicisms: Option<bool>§target_audience: Option<String>§gender_of_unspecified_narrator: Option<String>Trait Implementations§
Source§impl Clone for VoiceFields
impl Clone for VoiceFields
Source§fn clone(&self) -> VoiceFields
fn clone(&self) -> VoiceFields
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 VoiceFields
impl Debug for VoiceFields
Source§impl Default for VoiceFields
impl Default for VoiceFields
Source§fn default() -> VoiceFields
fn default() -> VoiceFields
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VoiceFields
impl<'de> Deserialize<'de> for VoiceFields
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
impl Eq for VoiceFields
Source§impl PartialEq for VoiceFields
impl PartialEq for VoiceFields
Source§fn eq(&self, other: &VoiceFields) -> bool
fn eq(&self, other: &VoiceFields) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VoiceFields
impl Serialize for VoiceFields
impl StructuralPartialEq for VoiceFields
Auto Trait Implementations§
impl Freeze for VoiceFields
impl RefUnwindSafe for VoiceFields
impl Send for VoiceFields
impl Sync for VoiceFields
impl Unpin for VoiceFields
impl UnsafeUnpin for VoiceFields
impl UnwindSafe for VoiceFields
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.