Struct comfyui_api::models::prompt::LoadImage
source · pub struct LoadImage {
pub upload: Input<String>,
pub image: Input<String>,
}
Expand description
Struct representing a LoadImage node.
Fields§
§upload: Input<String>
UI file selection button.
image: Input<String>
The name of the image to load.
Trait Implementations§
source§impl<'de> Deserialize<'de> for LoadImage
impl<'de> Deserialize<'de> for LoadImage
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 LoadImage
impl RefUnwindSafe for LoadImage
impl Send for LoadImage
impl Sync for LoadImage
impl Unpin for LoadImage
impl UnwindSafe for LoadImage
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