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