pub struct Utterance {
pub breath_groups: Vec<BreathGroup>,
}Fields§
§breath_groups: Vec<BreathGroup>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utterance
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