pub struct ImagenRequest {
pub instances: Vec<ImagenPrompt>,
pub parameters: ImagenParameters,
}Fieldsยง
ยงinstances: Vec<ImagenPrompt>ยงparameters: ImagenParametersTrait Implementationsยง
Sourceยงimpl Debug for ImagenRequest
impl Debug for ImagenRequest
Auto Trait Implementationsยง
impl Freeze for ImagenRequest
impl RefUnwindSafe for ImagenRequest
impl Send for ImagenRequest
impl Sync for ImagenRequest
impl Unpin for ImagenRequest
impl UnsafeUnpin for ImagenRequest
impl UnwindSafe for ImagenRequest
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