pub struct StateProjectionLimits {
pub max_threads: usize,
pub max_turns_per_thread: usize,
pub max_items_per_turn: usize,
pub max_text_bytes_per_item: usize,
pub max_stdout_bytes_per_item: usize,
pub max_stderr_bytes_per_item: usize,
}Fields§
§max_threads: usize§max_turns_per_thread: usize§max_items_per_turn: usize§max_text_bytes_per_item: usize§max_stdout_bytes_per_item: usize§max_stderr_bytes_per_item: usizeTrait Implementations§
Source§impl Clone for StateProjectionLimits
impl Clone for StateProjectionLimits
Source§fn clone(&self) -> StateProjectionLimits
fn clone(&self) -> StateProjectionLimits
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 StateProjectionLimits
impl Debug for StateProjectionLimits
Source§impl Default for StateProjectionLimits
impl Default for StateProjectionLimits
Source§impl<'de> Deserialize<'de> for StateProjectionLimits
impl<'de> Deserialize<'de> for StateProjectionLimits
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 StateProjectionLimits
impl PartialEq for StateProjectionLimits
Source§impl Serialize for StateProjectionLimits
impl Serialize for StateProjectionLimits
impl Copy for StateProjectionLimits
impl Eq for StateProjectionLimits
impl StructuralPartialEq for StateProjectionLimits
Auto Trait Implementations§
impl Freeze for StateProjectionLimits
impl RefUnwindSafe for StateProjectionLimits
impl Send for StateProjectionLimits
impl Sync for StateProjectionLimits
impl Unpin for StateProjectionLimits
impl UnsafeUnpin for StateProjectionLimits
impl UnwindSafe for StateProjectionLimits
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