pub struct ProsodyFeatureJson {
pub a1: i32,
pub a2: i32,
pub a3: i32,
}Fields§
§a1: i32§a2: i32§a3: i32Trait Implementations§
Source§impl Debug for ProsodyFeatureJson
impl Debug for ProsodyFeatureJson
Source§impl<'de> Deserialize<'de> for ProsodyFeatureJson
impl<'de> Deserialize<'de> for ProsodyFeatureJson
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
Auto Trait Implementations§
impl Freeze for ProsodyFeatureJson
impl RefUnwindSafe for ProsodyFeatureJson
impl Send for ProsodyFeatureJson
impl Sync for ProsodyFeatureJson
impl Unpin for ProsodyFeatureJson
impl UnsafeUnpin for ProsodyFeatureJson
impl UnwindSafe for ProsodyFeatureJson
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