Struct nreplops_tool::conn_expr::ConnectionExpr
source · [−]pub struct ConnectionExpr { /* private fields */ }Implementations
sourceimpl ConnectionExpr
impl ConnectionExpr
pub fn resolve_routes(&self) -> Result<Routes, Error>
Trait Implementations
sourceimpl Clone for ConnectionExpr
impl Clone for ConnectionExpr
sourcefn clone(&self) -> ConnectionExpr
fn clone(&self) -> ConnectionExpr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ConnectionExpr
impl Debug for ConnectionExpr
sourceimpl From<&'_ ConnectionExpr> for ConnectionExprSource
impl From<&'_ ConnectionExpr> for ConnectionExprSource
sourcefn from(e: &ConnectionExpr) -> Self
fn from(e: &ConnectionExpr) -> Self
Converts to this type from the input type.
sourceimpl From<ConnectionExpr> for ConnectionExprSource
impl From<ConnectionExpr> for ConnectionExprSource
sourcefn from(e: ConnectionExpr) -> Self
fn from(e: ConnectionExpr) -> Self
Converts to this type from the input type.
sourceimpl FromStr for ConnectionExpr
impl FromStr for ConnectionExpr
sourceimpl PartialEq<ConnectionExpr> for ConnectionExpr
impl PartialEq<ConnectionExpr> for ConnectionExpr
sourcefn eq(&self, other: &ConnectionExpr) -> bool
fn eq(&self, other: &ConnectionExpr) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ConnectionExpr) -> bool
fn ne(&self, other: &ConnectionExpr) -> bool
This method tests for !=.
impl StructuralPartialEq for ConnectionExpr
Auto Trait Implementations
impl RefUnwindSafe for ConnectionExpr
impl Send for ConnectionExpr
impl Sync for ConnectionExpr
impl Unpin for ConnectionExpr
impl UnwindSafe for ConnectionExpr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more