Struct comfyui_api::models::history::NodeOutput
source · pub struct NodeOutput {
pub images: Vec<Image>,
}
Expand description
Struct representing image outputs from a node.
Fields§
§images: Vec<Image>
Images from the node.
Trait Implementations§
source§impl Debug for NodeOutput
impl Debug for NodeOutput
source§impl<'de> Deserialize<'de> for NodeOutput
impl<'de> Deserialize<'de> for NodeOutput
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 NodeOutput
impl RefUnwindSafe for NodeOutput
impl Send for NodeOutput
impl Sync for NodeOutput
impl Unpin for NodeOutput
impl UnwindSafe for NodeOutput
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