pub struct TextCollector { /* private fields */ }Expand description
简化的文本收集器 使用函数式编程风格,专注于核心的文本收集功能
Implementations§
Source§impl TextCollector
impl TextCollector
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextCollector
impl RefUnwindSafe for TextCollector
impl Send for TextCollector
impl Sync for TextCollector
impl Unpin for TextCollector
impl UnwindSafe for TextCollector
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