pub struct VideoGenerationOptions {
pub max_poll_attempts: u32,
pub poll_interval_secs: u64,
}Expand description
Video generation options for configurable timeouts.
Fields§
§max_poll_attempts: u32Maximum number of polling attempts
poll_interval_secs: u64Interval between polling attempts in seconds
Trait Implementations§
Source§impl Clone for VideoGenerationOptions
impl Clone for VideoGenerationOptions
Source§fn clone(&self) -> VideoGenerationOptions
fn clone(&self) -> VideoGenerationOptions
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 VideoGenerationOptions
impl Debug for VideoGenerationOptions
Auto Trait Implementations§
impl Freeze for VideoGenerationOptions
impl RefUnwindSafe for VideoGenerationOptions
impl Send for VideoGenerationOptions
impl Sync for VideoGenerationOptions
impl Unpin for VideoGenerationOptions
impl UnwindSafe for VideoGenerationOptions
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