pub struct ExecutionConstraintsNode {
pub trigger_types: Vec<SpannedValue<String>>,
pub resource_limits: ResourceLimitsNode,
pub external_permissions: Vec<SpannedValue<String>>,
pub sandbox_mode: SpannedValue<String>,
pub span: Span,
}Fields§
§trigger_types: Vec<SpannedValue<String>>§resource_limits: ResourceLimitsNode§external_permissions: Vec<SpannedValue<String>>§sandbox_mode: SpannedValue<String>§span: SpanTrait Implementations§
Source§impl Clone for ExecutionConstraintsNode
impl Clone for ExecutionConstraintsNode
Source§fn clone(&self) -> ExecutionConstraintsNode
fn clone(&self) -> ExecutionConstraintsNode
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 ExecutionConstraintsNode
impl Debug for ExecutionConstraintsNode
Source§impl PartialEq for ExecutionConstraintsNode
impl PartialEq for ExecutionConstraintsNode
impl StructuralPartialEq for ExecutionConstraintsNode
Auto Trait Implementations§
impl Freeze for ExecutionConstraintsNode
impl RefUnwindSafe for ExecutionConstraintsNode
impl Send for ExecutionConstraintsNode
impl Sync for ExecutionConstraintsNode
impl Unpin for ExecutionConstraintsNode
impl UnwindSafe for ExecutionConstraintsNode
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