pub struct EncodingSettings {
pub output_path: String,
pub codec_type: CodecType,
}Fields§
§output_path: String§codec_type: CodecTypeTrait Implementations§
Source§impl Clone for EncodingSettings
impl Clone for EncodingSettings
Source§fn clone(&self) -> EncodingSettings
fn clone(&self) -> EncodingSettings
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 moreSource§impl Debug for EncodingSettings
impl Debug for EncodingSettings
Source§impl<'de> Deserialize<'de> for EncodingSettings
impl<'de> Deserialize<'de> for EncodingSettings
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 EncodingSettings
impl RefUnwindSafe for EncodingSettings
impl Send for EncodingSettings
impl Sync for EncodingSettings
impl Unpin for EncodingSettings
impl UnsafeUnpin for EncodingSettings
impl UnwindSafe for EncodingSettings
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