pub struct ForeignSource { /* private fields */ }
Expand description
Runs as a TCP server and write(2)s foreign rows to socket.
Implementations§
Auto Trait Implementations§
impl Freeze for ForeignSource
impl RefUnwindSafe for ForeignSource
impl Send for ForeignSource
impl Sync for ForeignSource
impl Unpin for ForeignSource
impl UnwindSafe for ForeignSource
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