pub struct VideoContentPartImage {
pub image_url: VideoImageUrl,
pub kind: String,
}Expand description
Reference image used to guide generation.
Fields§
§image_url: VideoImageUrlImage reference.
kind: StringAlways "image_url".
Implementations§
Trait Implementations§
Source§impl Clone for VideoContentPartImage
impl Clone for VideoContentPartImage
Source§fn clone(&self) -> VideoContentPartImage
fn clone(&self) -> VideoContentPartImage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VideoContentPartImage
impl Debug for VideoContentPartImage
Source§impl<'de> Deserialize<'de> for VideoContentPartImage
impl<'de> Deserialize<'de> for VideoContentPartImage
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 VideoContentPartImage
impl PartialEq for VideoContentPartImage
Source§impl Serialize for VideoContentPartImage
impl Serialize for VideoContentPartImage
impl StructuralPartialEq for VideoContentPartImage
Auto Trait Implementations§
impl Freeze for VideoContentPartImage
impl RefUnwindSafe for VideoContentPartImage
impl Send for VideoContentPartImage
impl Sync for VideoContentPartImage
impl Unpin for VideoContentPartImage
impl UnsafeUnpin for VideoContentPartImage
impl UnwindSafe for VideoContentPartImage
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