pub struct GenerateVideosOperation {
pub name: Option<String>,
pub metadata: Option<Value>,
pub done: Option<bool>,
pub error: Option<OperationError>,
pub response: Option<GenerateVideosResponse>,
}Expand description
视频生成操作(LRO)。
Fields§
§name: Option<String>§metadata: Option<Value>§done: Option<bool>§error: Option<OperationError>§response: Option<GenerateVideosResponse>Trait Implementations§
Source§impl Clone for GenerateVideosOperation
impl Clone for GenerateVideosOperation
Source§fn clone(&self) -> GenerateVideosOperation
fn clone(&self) -> GenerateVideosOperation
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 GenerateVideosOperation
impl Debug for GenerateVideosOperation
Source§impl Default for GenerateVideosOperation
impl Default for GenerateVideosOperation
Source§fn default() -> GenerateVideosOperation
fn default() -> GenerateVideosOperation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GenerateVideosOperation
impl<'de> Deserialize<'de> for GenerateVideosOperation
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
Auto Trait Implementations§
impl Freeze for GenerateVideosOperation
impl RefUnwindSafe for GenerateVideosOperation
impl Send for GenerateVideosOperation
impl Sync for GenerateVideosOperation
impl Unpin for GenerateVideosOperation
impl UnsafeUnpin for GenerateVideosOperation
impl UnwindSafe for GenerateVideosOperation
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