pub struct TestData {
pub mp3s: Vec<Vec<String>>,
pub wavs: Vec<Vec<String>>,
}Expand description
Convenience wrapper for local test asset paths.
Note: Paths are machine-specific and intended for local development only.
Fields§
§mp3s: Vec<Vec<String>>§wavs: Vec<Vec<String>>Implementations§
Auto Trait Implementations§
impl Freeze for TestData
impl RefUnwindSafe for TestData
impl Send for TestData
impl Sync for TestData
impl Unpin for TestData
impl UnsafeUnpin for TestData
impl UnwindSafe for TestData
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