Struct nreplops_tool::conn_expr::TunnelExpr
source · pub struct TunnelExpr {
pub user: Option<String>,
pub addr: Addr,
pub ports: Option<PortSet>,
}Fields§
§user: Option<String>§addr: Addr§ports: Option<PortSet>Trait Implementations§
source§impl Clone for TunnelExpr
impl Clone for TunnelExpr
source§fn clone(&self) -> TunnelExpr
fn clone(&self) -> TunnelExpr
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 moresource§impl Debug for TunnelExpr
impl Debug for TunnelExpr
source§impl PartialEq for TunnelExpr
impl PartialEq for TunnelExpr
source§fn eq(&self, other: &TunnelExpr) -> bool
fn eq(&self, other: &TunnelExpr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TunnelExpr
Auto Trait Implementations§
impl RefUnwindSafe for TunnelExpr
impl Send for TunnelExpr
impl Sync for TunnelExpr
impl Unpin for TunnelExpr
impl UnwindSafe for TunnelExpr
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