pub struct StringSink(pub Arc<Mutex<String>>);Tuple Fields§
§0: Arc<Mutex<String>>Trait Implementations§
Source§impl Writer for StringSink
impl Writer for StringSink
fn write_line(&self, text: &str)
Auto Trait Implementations§
impl Freeze for StringSink
impl RefUnwindSafe for StringSink
impl Send for StringSink
impl Sync for StringSink
impl Unpin for StringSink
impl UnsafeUnpin for StringSink
impl UnwindSafe for StringSink
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