pub struct SkillOperatorContextChain {
pub entry: SkillOperatorContextNode,
pub node_count: usize,
pub content_bytes: usize,
pub max_depth: usize,
pub max_nodes: usize,
pub max_content_bytes: usize,
}Fields§
§entry: SkillOperatorContextNode§node_count: usize§content_bytes: usize§max_depth: usize§max_nodes: usize§max_content_bytes: usizeTrait Implementations§
Source§impl Clone for SkillOperatorContextChain
impl Clone for SkillOperatorContextChain
Source§fn clone(&self) -> SkillOperatorContextChain
fn clone(&self) -> SkillOperatorContextChain
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 SkillOperatorContextChain
impl Debug for SkillOperatorContextChain
Source§impl<'de> Deserialize<'de> for SkillOperatorContextChain
impl<'de> Deserialize<'de> for SkillOperatorContextChain
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 StructuralPartialEq for SkillOperatorContextChain
Auto Trait Implementations§
impl Freeze for SkillOperatorContextChain
impl RefUnwindSafe for SkillOperatorContextChain
impl Send for SkillOperatorContextChain
impl Sync for SkillOperatorContextChain
impl Unpin for SkillOperatorContextChain
impl UnsafeUnpin for SkillOperatorContextChain
impl UnwindSafe for SkillOperatorContextChain
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