pub struct ImagenPrediction {
pub mime_type: String,
pub bytes_base64_encoded: String,
}Fieldsยง
ยงmime_type: Stringยงbytes_base64_encoded: StringTrait Implementationsยง
Sourceยงimpl Debug for ImagenPrediction
impl Debug for ImagenPrediction
Sourceยงimpl<'de> Deserialize<'de> for ImagenPrediction
impl<'de> Deserialize<'de> for ImagenPrediction
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 ImagenPrediction
impl RefUnwindSafe for ImagenPrediction
impl Send for ImagenPrediction
impl Sync for ImagenPrediction
impl Unpin for ImagenPrediction
impl UnsafeUnpin for ImagenPrediction
impl UnwindSafe for ImagenPrediction
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