pub struct TuneBody {
pub music: Vec<MusicLine>,
}
Fields§
§music: Vec<MusicLine>
Implementations§
Trait Implementations§
impl StructuralPartialEq for TuneBody
Auto Trait Implementations§
impl Freeze for TuneBody
impl RefUnwindSafe for TuneBody
impl Send for TuneBody
impl Sync for TuneBody
impl Unpin for TuneBody
impl UnwindSafe for TuneBody
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