pub struct ExternalAdapterSandboxIntent {
pub profile: NonEmptyString,
pub network: bool,
pub cwd_policy: NonEmptyString,
pub writable_paths: Option<Vec<NonEmptyString>>,
}Fields§
§profile: NonEmptyString§network: bool§cwd_policy: NonEmptyString§writable_paths: Option<Vec<NonEmptyString>>Trait Implementations§
Source§impl Clone for ExternalAdapterSandboxIntent
impl Clone for ExternalAdapterSandboxIntent
Source§fn clone(&self) -> ExternalAdapterSandboxIntent
fn clone(&self) -> ExternalAdapterSandboxIntent
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 ExternalAdapterSandboxIntent
impl Debug for ExternalAdapterSandboxIntent
Source§impl<'de> Deserialize<'de> for ExternalAdapterSandboxIntent
impl<'de> Deserialize<'de> for ExternalAdapterSandboxIntent
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 ExternalAdapterSandboxIntent
Source§impl PartialEq for ExternalAdapterSandboxIntent
impl PartialEq for ExternalAdapterSandboxIntent
Source§fn eq(&self, other: &ExternalAdapterSandboxIntent) -> bool
fn eq(&self, other: &ExternalAdapterSandboxIntent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ExternalAdapterSandboxIntent
impl RunxSchema for ExternalAdapterSandboxIntent
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
impl StructuralPartialEq for ExternalAdapterSandboxIntent
Auto Trait Implementations§
impl Freeze for ExternalAdapterSandboxIntent
impl RefUnwindSafe for ExternalAdapterSandboxIntent
impl Send for ExternalAdapterSandboxIntent
impl Sync for ExternalAdapterSandboxIntent
impl Unpin for ExternalAdapterSandboxIntent
impl UnsafeUnpin for ExternalAdapterSandboxIntent
impl UnwindSafe for ExternalAdapterSandboxIntent
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