pub struct SpeakerSupportedFeatures {
pub permitted_synthesis_morphing: Option<SpeakerSupportPermittedSynthesisMorphing>,
}
Expand description
SpeakerSupportedFeatures : 話者の対応機能の情報
Fields§
§permitted_synthesis_morphing: Option<SpeakerSupportPermittedSynthesisMorphing>
Implementations§
Source§impl SpeakerSupportedFeatures
impl SpeakerSupportedFeatures
Sourcepub fn new() -> SpeakerSupportedFeatures
pub fn new() -> SpeakerSupportedFeatures
話者の対応機能の情報
Trait Implementations§
Source§impl Clone for SpeakerSupportedFeatures
impl Clone for SpeakerSupportedFeatures
Source§fn clone(&self) -> SpeakerSupportedFeatures
fn clone(&self) -> SpeakerSupportedFeatures
Returns a duplicate 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 SpeakerSupportedFeatures
impl Debug for SpeakerSupportedFeatures
Source§impl Default for SpeakerSupportedFeatures
impl Default for SpeakerSupportedFeatures
Source§fn default() -> SpeakerSupportedFeatures
fn default() -> SpeakerSupportedFeatures
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpeakerSupportedFeatures
impl<'de> Deserialize<'de> for SpeakerSupportedFeatures
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 SpeakerSupportedFeatures
impl PartialEq for SpeakerSupportedFeatures
Source§impl Serialize for SpeakerSupportedFeatures
impl Serialize for SpeakerSupportedFeatures
impl StructuralPartialEq for SpeakerSupportedFeatures
Auto Trait Implementations§
impl Freeze for SpeakerSupportedFeatures
impl RefUnwindSafe for SpeakerSupportedFeatures
impl Send for SpeakerSupportedFeatures
impl Sync for SpeakerSupportedFeatures
impl Unpin for SpeakerSupportedFeatures
impl UnwindSafe for SpeakerSupportedFeatures
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