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