pub enum SandboxControl {
Process,
Filesystem,
Network,
Routing,
Bypass,
Credentials,
Platform,
Unknown,
}Expand description
Customer-controllable sandbox governance area
Variants§
Process
Process containment and sandbox spawn behavior.
Filesystem
Filesystem read, write, and deny policy.
Network
Outbound and local-network access policy.
Routing
Selection of the sandbox or built-in enforcement route.
Bypass
Decisions to run outside the process sandbox, whether requested by the model or resolved by a person.
Credentials
Credential and keychain capability injection.
Platform
Host-platform and backend support behavior.
Unknown
Unknown variant for forward compatibility.
Trait Implementations§
Source§impl Clone for SandboxControl
impl Clone for SandboxControl
Source§impl Debug for SandboxControl
impl Debug for SandboxControl
Source§impl Default for SandboxControl
impl Default for SandboxControl
Source§impl<'de> Deserialize<'de> for SandboxControl
impl<'de> Deserialize<'de> for SandboxControl
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 SandboxControl
Source§impl PartialEq for SandboxControl
impl PartialEq for SandboxControl
Source§impl Serialize for SandboxControl
impl Serialize for SandboxControl
impl StructuralPartialEq for SandboxControl
Auto Trait Implementations§
impl Freeze for SandboxControl
impl RefUnwindSafe for SandboxControl
impl Send for SandboxControl
impl Sync for SandboxControl
impl Unpin for SandboxControl
impl UnsafeUnpin for SandboxControl
impl UnwindSafe for SandboxControl
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.