pub struct Serbian { /* private fields */ }Expand description
See https://en.wikipedia.org/wiki/Romanization_of_Serbian for details.
Based on the work of Saša Kelečević.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Serbian
impl RefUnwindSafe for Serbian
impl Send for Serbian
impl Sync for Serbian
impl Unpin for Serbian
impl UnwindSafe for Serbian
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