pub struct ForeignSink { /* private fields */ }
Expand description
TCP server to receive JSON text, and returns serialized one.
Implementations§
Source§impl ForeignSink
impl ForeignSink
Auto Trait Implementations§
impl Freeze for ForeignSink
impl RefUnwindSafe for ForeignSink
impl Send for ForeignSink
impl !Sync for ForeignSink
impl Unpin for ForeignSink
impl UnwindSafe for ForeignSink
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