Struct nreplops_tool::routes::TunnelOptions
source · pub struct TunnelOptions {
pub ssh_user: Option<String>,
pub ssh_addr: Addr,
pub ssh_port: Option<Port>,
pub host_addr: Addr,
pub host_port: Port,
}Fields§
§ssh_user: Option<String>§ssh_addr: Addr§ssh_port: Option<Port>§host_addr: Addr§host_port: PortTrait Implementations§
source§impl Clone for TunnelOptions
impl Clone for TunnelOptions
source§fn clone(&self) -> TunnelOptions
fn clone(&self) -> TunnelOptions
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 TunnelOptions
impl Send for TunnelOptions
impl Sync for TunnelOptions
impl Unpin for TunnelOptions
impl UnwindSafe for TunnelOptions
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