pub struct StringWriter<'a, 'b> { /* private fields */ }
Expand description
Handle to append strings to a string or literal.
Implementations§
Source§impl<'a, 'b> StringWriter<'a, 'b>
impl<'a, 'b> StringWriter<'a, 'b>
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for StringWriter<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for StringWriter<'a, 'b>
impl<'a, 'b> !Send for StringWriter<'a, 'b>
impl<'a, 'b> !Sync for StringWriter<'a, 'b>
impl<'a, 'b> Unpin for StringWriter<'a, 'b>
impl<'a, 'b> !UnwindSafe for StringWriter<'a, 'b>
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