Struct tor_linkspec::PtTarget
source · [−]pub struct PtTarget { /* private fields */ }Available on crate feature
pt-client only.Expand description
The set of information passed to the pluggable transport subsystem in order to establish a connection to a bridge relay.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PtTarget
impl Send for PtTarget
impl Sync for PtTarget
impl Unpin for PtTarget
impl UnwindSafe for PtTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more