pub struct EnglishCore {}Implementations§
Source§impl EnglishCore
impl EnglishCore
Source§impl EnglishCore
impl EnglishCore
Source§impl EnglishCore
impl EnglishCore
pub fn pair_match(word: &str, listik: &[(&str, &str)]) -> Option<String>
pub fn replace_last_occurence( input: &str, pattern: &str, replacement: &str, ) -> String
pub fn iter_replace_last(word: &str, pairs: &[(&str, &str)]) -> Option<String>
pub fn starts_with_uppercase(word: &str) -> bool
Auto Trait Implementations§
impl Freeze for EnglishCore
impl RefUnwindSafe for EnglishCore
impl Send for EnglishCore
impl Sync for EnglishCore
impl Unpin for EnglishCore
impl UnsafeUnpin for EnglishCore
impl UnwindSafe for EnglishCore
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