pub struct PoolWriter;Expand description
Writes the contents of a pool to a Write sink in a human-readable format.
Implementations§
Source§impl PoolWriter
impl PoolWriter
Sourcepub fn write_to_string(pool: &StringPool) -> String
pub fn write_to_string(pool: &StringPool) -> String
Write pool contents to a string.
Sourcepub fn write_stats_to_string(pool: &StringPool) -> String
pub fn write_stats_to_string(pool: &StringPool) -> String
Write pool statistics to a string.
Auto Trait Implementations§
impl Freeze for PoolWriter
impl RefUnwindSafe for PoolWriter
impl Send for PoolWriter
impl Sync for PoolWriter
impl Unpin for PoolWriter
impl UnsafeUnpin for PoolWriter
impl UnwindSafe for PoolWriter
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