pub struct GeminiGeneratedImageOutput {
pub image: OpenAiGeneratedImage,
pub output_format: Option<OpenAiImageOutputFormat>,
}Fields§
§image: OpenAiGeneratedImage§output_format: Option<OpenAiImageOutputFormat>Trait Implementations§
Source§impl Clone for GeminiGeneratedImageOutput
impl Clone for GeminiGeneratedImageOutput
Source§fn clone(&self) -> GeminiGeneratedImageOutput
fn clone(&self) -> GeminiGeneratedImageOutput
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 GeminiGeneratedImageOutput
impl Debug for GeminiGeneratedImageOutput
impl StructuralPartialEq for GeminiGeneratedImageOutput
Auto Trait Implementations§
impl Freeze for GeminiGeneratedImageOutput
impl RefUnwindSafe for GeminiGeneratedImageOutput
impl Send for GeminiGeneratedImageOutput
impl Sync for GeminiGeneratedImageOutput
impl Unpin for GeminiGeneratedImageOutput
impl UnsafeUnpin for GeminiGeneratedImageOutput
impl UnwindSafe for GeminiGeneratedImageOutput
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