pub struct StringAccumulator {
acc: String,
active: bool,
}
Expand description
Activatable data acumulator.
Fields§
§acc: String
§active: bool
Implementations§
Auto Trait Implementations§
impl Freeze for StringAccumulator
impl RefUnwindSafe for StringAccumulator
impl Send for StringAccumulator
impl Sync for StringAccumulator
impl Unpin for StringAccumulator
impl UnwindSafe for StringAccumulator
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