pub struct Jati { /* private fields */ }
Expand description
Models a jāti, which defines a specific pattern of mātrās (morae).
Implementations§
Trait Implementations§
impl Eq for Jati
impl StructuralPartialEq for Jati
Auto Trait Implementations§
impl Freeze for Jati
impl RefUnwindSafe for Jati
impl Send for Jati
impl Sync for Jati
impl Unpin for Jati
impl UnwindSafe for Jati
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