pub struct RsVideoTranscodeJobPluginRequest {
pub job: RsVideoTranscodeJob,
pub credentials: PluginCredential,
}Fields§
§job: RsVideoTranscodeJob§credentials: PluginCredentialTrait Implementations§
Source§impl Clone for RsVideoTranscodeJobPluginRequest
impl Clone for RsVideoTranscodeJobPluginRequest
Source§fn clone(&self) -> RsVideoTranscodeJobPluginRequest
fn clone(&self) -> RsVideoTranscodeJobPluginRequest
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 Default for RsVideoTranscodeJobPluginRequest
impl Default for RsVideoTranscodeJobPluginRequest
Source§fn default() -> RsVideoTranscodeJobPluginRequest
fn default() -> RsVideoTranscodeJobPluginRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RsVideoTranscodeJobPluginRequest
impl<'de> Deserialize<'de> for RsVideoTranscodeJobPluginRequest
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 RsVideoTranscodeJobPluginRequest
impl PartialEq for RsVideoTranscodeJobPluginRequest
Source§fn eq(&self, other: &RsVideoTranscodeJobPluginRequest) -> bool
fn eq(&self, other: &RsVideoTranscodeJobPluginRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RsVideoTranscodeJobPluginRequest
Auto Trait Implementations§
impl Freeze for RsVideoTranscodeJobPluginRequest
impl RefUnwindSafe for RsVideoTranscodeJobPluginRequest
impl Send for RsVideoTranscodeJobPluginRequest
impl Sync for RsVideoTranscodeJobPluginRequest
impl Unpin for RsVideoTranscodeJobPluginRequest
impl UnwindSafe for RsVideoTranscodeJobPluginRequest
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