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 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