pub enum McpReachability {
None,
SameLoopbackNamespace,
QualifiedRemoteTransport,
}Expand description
Whether the external agent can reach Monoloop’s MCP listener.
Variants§
None
Not applicable.
SameLoopbackNamespace
Agent and runtime share loopback namespace.
QualifiedRemoteTransport
Qualified remote transport (not initial product path).
Trait Implementations§
Source§impl Clone for McpReachability
impl Clone for McpReachability
Source§fn clone(&self) -> McpReachability
fn clone(&self) -> McpReachability
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for McpReachability
Source§impl Debug for McpReachability
impl Debug for McpReachability
Source§impl<'de> Deserialize<'de> for McpReachability
impl<'de> Deserialize<'de> for McpReachability
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for McpReachability
Source§impl Hash for McpReachability
impl Hash for McpReachability
Source§impl PartialEq for McpReachability
impl PartialEq for McpReachability
Source§impl Serialize for McpReachability
impl Serialize for McpReachability
impl StructuralPartialEq for McpReachability
Auto Trait Implementations§
impl Freeze for McpReachability
impl RefUnwindSafe for McpReachability
impl Send for McpReachability
impl Sync for McpReachability
impl Unpin for McpReachability
impl UnsafeUnpin for McpReachability
impl UnwindSafe for McpReachability
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