pub struct TcpSocket { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Write for TcpSocket
impl Write for TcpSocket
fn write(&mut self, buf: &[u8]) -> OrtResult<usize>
fn flush(&mut self) -> OrtResult<()>
fn write_all(&mut self, buf: &[u8]) -> OrtResult<()>
fn write_fmt(&mut self, args: Arguments<'_>) -> OrtResult<()>
fn write_str(&mut self, s: &str) -> OrtResult<usize>
fn write_char(&mut self, c: char) -> OrtResult<usize>
Auto Trait Implementations§
impl Freeze for TcpSocket
impl RefUnwindSafe for TcpSocket
impl Send for TcpSocket
impl Sync for TcpSocket
impl Unpin for TcpSocket
impl UnwindSafe for TcpSocket
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