pub struct RhaiEngineConfig {
pub limits: RhaiLimitsConfig,
}Expand description
Rhai engine configuration block in Camel.toml.
Fields§
§limits: RhaiLimitsConfigResource limits for the Rhai engine.
Trait Implementations§
Source§impl Clone for RhaiEngineConfig
impl Clone for RhaiEngineConfig
Source§fn clone(&self) -> RhaiEngineConfig
fn clone(&self) -> RhaiEngineConfig
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 RhaiEngineConfig
impl Debug for RhaiEngineConfig
Source§impl Default for RhaiEngineConfig
impl Default for RhaiEngineConfig
Source§fn default() -> RhaiEngineConfig
fn default() -> RhaiEngineConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RhaiEngineConfig
impl<'de> Deserialize<'de> for RhaiEngineConfig
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 RhaiEngineConfig
impl PartialEq for RhaiEngineConfig
Source§fn eq(&self, other: &RhaiEngineConfig) -> bool
fn eq(&self, other: &RhaiEngineConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RhaiEngineConfig
impl Serialize for RhaiEngineConfig
impl StructuralPartialEq for RhaiEngineConfig
Auto Trait Implementations§
impl Freeze for RhaiEngineConfig
impl RefUnwindSafe for RhaiEngineConfig
impl Send for RhaiEngineConfig
impl Sync for RhaiEngineConfig
impl Unpin for RhaiEngineConfig
impl UnsafeUnpin for RhaiEngineConfig
impl UnwindSafe for RhaiEngineConfig
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