Struct comfyui_api::models::history::ExtraData
source · pub struct ExtraData {
pub client_id: Uuid,
}
Expand description
Struct representing extra data about prompt execution.
Fields§
§client_id: Uuid
The client id that performed the request.
Trait Implementations§
source§impl<'de> Deserialize<'de> for ExtraData
impl<'de> Deserialize<'de> for ExtraData
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 ExtraData
impl RefUnwindSafe for ExtraData
impl Send for ExtraData
impl Sync for ExtraData
impl Unpin for ExtraData
impl UnwindSafe for ExtraData
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