Struct comfyui_api::models::websocket::CurrentOutputs
source · pub struct CurrentOutputs {
pub outputs: HashMap<String, Vec<Value>>,
}
Expand description
Struct representing the current outputs when the execution error occurred.
Fields§
§outputs: HashMap<String, Vec<Value>>
Hashmap of outputs keyed by node id.
Trait Implementations§
source§impl Debug for CurrentOutputs
impl Debug for CurrentOutputs
source§impl<'de> Deserialize<'de> for CurrentOutputs
impl<'de> Deserialize<'de> for CurrentOutputs
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
Auto Trait Implementations§
impl Freeze for CurrentOutputs
impl RefUnwindSafe for CurrentOutputs
impl Send for CurrentOutputs
impl Sync for CurrentOutputs
impl Unpin for CurrentOutputs
impl UnwindSafe for CurrentOutputs
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