pub struct VideoStartOptions {
pub options: VideoOptions,
pub webhook_url: Option<Url>,
}Expand description
Options for starting an asynchronous operation.
Fields§
§options: VideoOptionsGeneration options.
webhook_url: Option<Url>Webhook URL the provider should call on completion.
Trait Implementations§
Source§impl Clone for VideoStartOptions
impl Clone for VideoStartOptions
Source§fn clone(&self) -> VideoStartOptions
fn clone(&self) -> VideoStartOptions
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 moreAuto Trait Implementations§
impl !Freeze for VideoStartOptions
impl RefUnwindSafe for VideoStartOptions
impl Send for VideoStartOptions
impl Sync for VideoStartOptions
impl Unpin for VideoStartOptions
impl UnsafeUnpin for VideoStartOptions
impl UnwindSafe for VideoStartOptions
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