pub struct Vowel {
pub main: Vec<String>,
pub modern: Vec<String>,
pub sinhala: Vec<String>,
pub south: Vec<String>,
}Fields§
§main: Vec<String>§modern: Vec<String>§sinhala: Vec<String>§south: Vec<String>Auto Trait Implementations§
impl Freeze for Vowel
impl RefUnwindSafe for Vowel
impl Send for Vowel
impl Sync for Vowel
impl Unpin for Vowel
impl UnsafeUnpin for Vowel
impl UnwindSafe for Vowel
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