pub struct McpSandboxWrapper { /* private fields */ }Expand description
Description of the per-MCP-server sandbox profile that will be applied at launch time.
Trait Implementations§
Source§impl Clone for McpSandboxWrapper
impl Clone for McpSandboxWrapper
Source§fn clone(&self) -> McpSandboxWrapper
fn clone(&self) -> McpSandboxWrapper
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 moreAuto Trait Implementations§
impl Freeze for McpSandboxWrapper
impl RefUnwindSafe for McpSandboxWrapper
impl Send for McpSandboxWrapper
impl Sync for McpSandboxWrapper
impl Unpin for McpSandboxWrapper
impl UnsafeUnpin for McpSandboxWrapper
impl UnwindSafe for McpSandboxWrapper
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