pub struct Punctuation { /* private fields */ }
Implementations§
Source§impl Punctuation
impl Punctuation
pub fn new(config: PunctuationConfig) -> Result<Self>
pub fn add_punctuation(&mut self, text: &str) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Punctuation
impl RefUnwindSafe for Punctuation
impl Unpin for Punctuation
impl UnwindSafe for Punctuation
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