pub struct StringCollector {
data: String,
incomplete: Option<Incomplete>,
}
Fields§
§data: String
§incomplete: Option<Incomplete>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringCollector
impl RefUnwindSafe for StringCollector
impl Send for StringCollector
impl Sync for StringCollector
impl Unpin for StringCollector
impl UnwindSafe for StringCollector
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