Struct tailscale_localapi::UnixStreamClient
source · pub struct UnixStreamClient { /* private fields */ }
Expand description
Client that connects to the local tailscaled over a unix socket. This is used on Linux and other Unix-like systems.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnixStreamClient
impl Send for UnixStreamClient
impl Sync for UnixStreamClient
impl Unpin for UnixStreamClient
impl UnwindSafe for UnixStreamClient
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