pub struct SandboxPolicy {
pub tool_name: String,
pub run_id: String,
pub step_id: String,
pub executor: String,
pub network: String,
pub filesystem: String,
pub timeout_seconds: u64,
pub extra: State,
}Fields§
§tool_name: String§run_id: String§step_id: String§executor: String§network: String§filesystem: String§timeout_seconds: u64§extra: StateAuto Trait Implementations§
impl Freeze for SandboxPolicy
impl RefUnwindSafe for SandboxPolicy
impl Send for SandboxPolicy
impl Sync for SandboxPolicy
impl Unpin for SandboxPolicy
impl UnsafeUnpin for SandboxPolicy
impl UnwindSafe for SandboxPolicy
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