pub struct TcpWithPasswordClient { /* private fields */ }
Expand description
Client that connects to the local tailscaled over TCP with a password. This is used on Windows and macOS when sandboxing is enabled.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TcpWithPasswordClient
impl Send for TcpWithPasswordClient
impl Sync for TcpWithPasswordClient
impl Unpin for TcpWithPasswordClient
impl UnwindSafe for TcpWithPasswordClient
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