pub struct UnixSocketServer { /* private fields */ }Expand description
Unix socket proxy server for a Cloud SQL instance.
Binds a Unix socket on construction, guaranteeing the socket is ready to accept connections once the struct is obtained.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for UnixSocketServer
impl !RefUnwindSafe for UnixSocketServer
impl Send for UnixSocketServer
impl Sync for UnixSocketServer
impl Unpin for UnixSocketServer
impl UnsafeUnpin for UnixSocketServer
impl !UnwindSafe for UnixSocketServer
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