pub struct ReverseConnectionConfig {
pub target: String,
pub auth: Option<String>,
}Expand description
Currently only WsReverse is supported. I do not intend to implement more but PRs are welcome.
Fields§
§target: String§auth: Option<String>Trait Implementations§
Source§impl Clone for ReverseConnectionConfig
impl Clone for ReverseConnectionConfig
Source§fn clone(&self) -> ReverseConnectionConfig
fn clone(&self) -> ReverseConnectionConfig
Returns a duplicate 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 ReverseConnectionConfig
impl RefUnwindSafe for ReverseConnectionConfig
impl Send for ReverseConnectionConfig
impl Sync for ReverseConnectionConfig
impl Unpin for ReverseConnectionConfig
impl UnwindSafe for ReverseConnectionConfig
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