Struct ockam_api::MultiAddrToRouteResult
source · pub struct MultiAddrToRouteResult {
pub flow_control_id: Option<FlowControlId>,
pub route: Route,
pub tcp_connection: Option<TcpConnection>,
}
Fields§
§flow_control_id: Option<FlowControlId>
§route: Route
§tcp_connection: Option<TcpConnection>
Auto Trait Implementations§
impl RefUnwindSafe for MultiAddrToRouteResult
impl Send for MultiAddrToRouteResult
impl Sync for MultiAddrToRouteResult
impl Unpin for MultiAddrToRouteResult
impl UnwindSafe for MultiAddrToRouteResult
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.