pub struct RsVideoTranscodeJobStatus {
pub id: String,
pub status: RsVideoTranscodeStatus,
pub progress: f32,
}Fields§
§id: String§status: RsVideoTranscodeStatus§progress: f32Trait Implementations§
Source§impl Clone for RsVideoTranscodeJobStatus
impl Clone for RsVideoTranscodeJobStatus
Source§fn clone(&self) -> RsVideoTranscodeJobStatus
fn clone(&self) -> RsVideoTranscodeJobStatus
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 RsVideoTranscodeJobStatus
impl Debug for RsVideoTranscodeJobStatus
Source§impl Default for RsVideoTranscodeJobStatus
impl Default for RsVideoTranscodeJobStatus
Source§fn default() -> RsVideoTranscodeJobStatus
fn default() -> RsVideoTranscodeJobStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RsVideoTranscodeJobStatus
impl<'de> Deserialize<'de> for RsVideoTranscodeJobStatus
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
impl StructuralPartialEq for RsVideoTranscodeJobStatus
Auto Trait Implementations§
impl Freeze for RsVideoTranscodeJobStatus
impl RefUnwindSafe for RsVideoTranscodeJobStatus
impl Send for RsVideoTranscodeJobStatus
impl Sync for RsVideoTranscodeJobStatus
impl Unpin for RsVideoTranscodeJobStatus
impl UnwindSafe for RsVideoTranscodeJobStatus
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