Struct ai::ImageBinary
source · pub struct ImageBinary {
pub b64_json: String,
}
Fields§
§b64_json: String
Trait Implementations§
source§impl Clone for ImageBinary
impl Clone for ImageBinary
source§fn clone(&self) -> ImageBinary
fn clone(&self) -> ImageBinary
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 ImageBinary
impl Debug for ImageBinary
source§impl<'de> Deserialize<'de> for ImageBinary
impl<'de> Deserialize<'de> for ImageBinary
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 From<ImageBinary> for ImageData
impl From<ImageBinary> for ImageData
source§fn from(original: ImageBinary) -> ImageData
fn from(original: ImageBinary) -> ImageData
Converts to this type from the input type.