pub struct ExecutionConstraints {
pub trigger_types: Vec<String>,
pub resource_limits: ResourceLimits,
pub external_permissions: Vec<String>,
pub sandbox_mode: String,
}Fields§
§trigger_types: Vec<String>§resource_limits: ResourceLimits§external_permissions: Vec<String>§sandbox_mode: StringTrait Implementations§
Source§impl Clone for ExecutionConstraints
impl Clone for ExecutionConstraints
Source§fn clone(&self) -> ExecutionConstraints
fn clone(&self) -> ExecutionConstraints
Returns a duplicate of the value. Read more
1.0.0 · 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 ExecutionConstraints
impl Debug for ExecutionConstraints
Source§impl<'de> Deserialize<'de> for ExecutionConstraints
impl<'de> Deserialize<'de> for ExecutionConstraints
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
Source§impl PartialEq for ExecutionConstraints
impl PartialEq for ExecutionConstraints
Source§impl Serialize for ExecutionConstraints
impl Serialize for ExecutionConstraints
impl StructuralPartialEq for ExecutionConstraints
Auto Trait Implementations§
impl Freeze for ExecutionConstraints
impl RefUnwindSafe for ExecutionConstraints
impl Send for ExecutionConstraints
impl Sync for ExecutionConstraints
impl Unpin for ExecutionConstraints
impl UnwindSafe for ExecutionConstraints
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