Struct jpreprocess_jpcommon::Utterance
source · pub struct Utterance {
pub breath_groups: Vec<BreathGroup>,
}Fields§
§breath_groups: Vec<BreathGroup>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Utterance
impl Send for Utterance
impl Sync for Utterance
impl Unpin for Utterance
impl UnwindSafe for Utterance
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