pub struct OrchestrationDecompiled {
pub written: Vec<ArtifactFidelity>,
pub refused: Vec<RefusalRow>,
pub notes: Vec<String>,
pub rows_byte: Option<usize>,
pub rows_emitted: Option<usize>,
}Expand description
What a decompile did.
Fields§
§written: Vec<ArtifactFidelity>Every artifact written, with its tier.
refused: Vec<RefusalRow>Every write refused, with the gate named.
notes: Vec<String>What a semantic write gave up (OpenClaw only).
rows_byte: Option<usize>Store rows written back column for column (OpenClaw only).
rows_emitted: Option<usize>Store rows re-encoded (OpenClaw only).
Trait Implementations§
Source§impl Clone for OrchestrationDecompiled
impl Clone for OrchestrationDecompiled
Source§fn clone(&self) -> OrchestrationDecompiled
fn clone(&self) -> OrchestrationDecompiled
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 OrchestrationDecompiled
impl Debug for OrchestrationDecompiled
Source§impl Default for OrchestrationDecompiled
impl Default for OrchestrationDecompiled
Source§fn default() -> OrchestrationDecompiled
fn default() -> OrchestrationDecompiled
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrchestrationDecompiled
impl<'de> Deserialize<'de> for OrchestrationDecompiled
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<OrchestrationDecompiled, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<OrchestrationDecompiled, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OrchestrationDecompiled
Source§impl PartialEq for OrchestrationDecompiled
impl PartialEq for OrchestrationDecompiled
Source§impl Serialize for OrchestrationDecompiled
impl Serialize for OrchestrationDecompiled
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for OrchestrationDecompiled
Auto Trait Implementations§
impl Freeze for OrchestrationDecompiled
impl RefUnwindSafe for OrchestrationDecompiled
impl Send for OrchestrationDecompiled
impl Sync for OrchestrationDecompiled
impl Unpin for OrchestrationDecompiled
impl UnsafeUnpin for OrchestrationDecompiled
impl UnwindSafe for OrchestrationDecompiled
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.