Struct comfyui_api::models::prompt::PreviewImage
source · pub struct PreviewImage {
pub images: NodeConnection,
}
Expand description
Struct representing a PreviewImage node.
Fields§
§images: NodeConnection
The images to preview.
Trait Implementations§
source§impl Clone for PreviewImage
impl Clone for PreviewImage
source§fn clone(&self) -> PreviewImage
fn clone(&self) -> PreviewImage
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 PreviewImage
impl Debug for PreviewImage
source§impl<'de> Deserialize<'de> for PreviewImage
impl<'de> Deserialize<'de> for PreviewImage
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
source§impl Node for PreviewImage
impl Node for PreviewImage
Auto Trait Implementations§
impl Freeze for PreviewImage
impl RefUnwindSafe for PreviewImage
impl Send for PreviewImage
impl Sync for PreviewImage
impl Unpin for PreviewImage
impl UnwindSafe for PreviewImage
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