pub struct Text2ImageResult {
pub orig_prompt: String,
pub actual_prompt: String,
pub url: String,
}Fields§
§orig_prompt: String§actual_prompt: String§url: StringTrait Implementations§
Source§impl Clone for Text2ImageResult
impl Clone for Text2ImageResult
Source§fn clone(&self) -> Text2ImageResult
fn clone(&self) -> Text2ImageResult
Returns a duplicate 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 Text2ImageResult
impl Debug for Text2ImageResult
Source§impl<'de> Deserialize<'de> for Text2ImageResult
impl<'de> Deserialize<'de> for Text2ImageResult
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 Text2ImageResult
impl RefUnwindSafe for Text2ImageResult
impl Send for Text2ImageResult
impl Sync for Text2ImageResult
impl Unpin for Text2ImageResult
impl UnwindSafe for Text2ImageResult
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