Struct comfyui_api::models::history::OutputsToExecute
source · pub struct OutputsToExecute {
pub nodes: Vec<String>,
}
Expand description
Struct representing outputs to execute for a prompt.
Fields§
§nodes: Vec<String>
List of nodes which have outputs.
Trait Implementations§
source§impl Clone for OutputsToExecute
impl Clone for OutputsToExecute
source§fn clone(&self) -> OutputsToExecute
fn clone(&self) -> OutputsToExecute
Returns a copy 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 OutputsToExecute
impl Debug for OutputsToExecute
source§impl<'de> Deserialize<'de> for OutputsToExecute
impl<'de> Deserialize<'de> for OutputsToExecute
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 OutputsToExecute
impl RefUnwindSafe for OutputsToExecute
impl Send for OutputsToExecute
impl Sync for OutputsToExecute
impl Unpin for OutputsToExecute
impl UnwindSafe for OutputsToExecute
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