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§
Source§impl Clone for TcpWithPasswordClient
impl Clone for TcpWithPasswordClient
Source§fn clone(&self) -> TcpWithPasswordClient
fn clone(&self) -> TcpWithPasswordClient
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TcpWithPasswordClient
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