#[non_exhaustive]pub struct ImageGenerationSpec { /* private fields */ }Available on crate feature
assistant-service only.Expand description
Specification of the image generation tool.
Implementations§
Trait Implementations§
Source§impl Clone for ImageGenerationSpec
impl Clone for ImageGenerationSpec
Source§fn clone(&self) -> ImageGenerationSpec
fn clone(&self) -> ImageGenerationSpec
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 ImageGenerationSpec
impl Debug for ImageGenerationSpec
Source§impl Default for ImageGenerationSpec
impl Default for ImageGenerationSpec
Source§fn default() -> ImageGenerationSpec
fn default() -> ImageGenerationSpec
Returns the “default value” for a type. Read more
Source§impl Message for ImageGenerationSpec
impl Message for ImageGenerationSpec
Source§impl PartialEq for ImageGenerationSpec
impl PartialEq for ImageGenerationSpec
impl StructuralPartialEq for ImageGenerationSpec
Auto Trait Implementations§
impl Freeze for ImageGenerationSpec
impl RefUnwindSafe for ImageGenerationSpec
impl Send for ImageGenerationSpec
impl Sync for ImageGenerationSpec
impl Unpin for ImageGenerationSpec
impl UnwindSafe for ImageGenerationSpec
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