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