pub struct RuntimeProxyConfig {
pub fail_on: ProxyFailOn,
pub tool_overrides: Vec<ProxyToolOverride>,
}Expand description
[runtime.proxy] section: MCP proxy guard policy.
Fields§
§fail_on: ProxyFailOn§tool_overrides: Vec<ProxyToolOverride>Trait Implementations§
Source§impl Clone for RuntimeProxyConfig
impl Clone for RuntimeProxyConfig
Source§fn clone(&self) -> RuntimeProxyConfig
fn clone(&self) -> RuntimeProxyConfig
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 moreSource§impl Debug for RuntimeProxyConfig
impl Debug for RuntimeProxyConfig
Source§impl Default for RuntimeProxyConfig
impl Default for RuntimeProxyConfig
Source§fn default() -> RuntimeProxyConfig
fn default() -> RuntimeProxyConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeProxyConfig
impl<'de> Deserialize<'de> for RuntimeProxyConfig
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
Auto Trait Implementations§
impl Freeze for RuntimeProxyConfig
impl RefUnwindSafe for RuntimeProxyConfig
impl Send for RuntimeProxyConfig
impl Sync for RuntimeProxyConfig
impl Unpin for RuntimeProxyConfig
impl UnsafeUnpin for RuntimeProxyConfig
impl UnwindSafe for RuntimeProxyConfig
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