pub enum VideoGenerationReferenceType {
Asset,
Style,
}Expand description
Reference image type for video generation.
Variants§
Trait Implementations§
Source§impl Clone for VideoGenerationReferenceType
impl Clone for VideoGenerationReferenceType
Source§fn clone(&self) -> VideoGenerationReferenceType
fn clone(&self) -> VideoGenerationReferenceType
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 VideoGenerationReferenceType
impl Debug for VideoGenerationReferenceType
Source§impl<'de> Deserialize<'de> for VideoGenerationReferenceType
impl<'de> Deserialize<'de> for VideoGenerationReferenceType
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 PartialEq for VideoGenerationReferenceType
impl PartialEq for VideoGenerationReferenceType
Source§fn eq(&self, other: &VideoGenerationReferenceType) -> bool
fn eq(&self, other: &VideoGenerationReferenceType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoGenerationReferenceType
impl Eq for VideoGenerationReferenceType
impl StructuralPartialEq for VideoGenerationReferenceType
Auto Trait Implementations§
impl Freeze for VideoGenerationReferenceType
impl RefUnwindSafe for VideoGenerationReferenceType
impl Send for VideoGenerationReferenceType
impl Sync for VideoGenerationReferenceType
impl Unpin for VideoGenerationReferenceType
impl UnsafeUnpin for VideoGenerationReferenceType
impl UnwindSafe for VideoGenerationReferenceType
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