pub struct SubtitleProfile { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SubtitleProfile
impl Clone for SubtitleProfile
Source§fn clone(&self) -> SubtitleProfile
fn clone(&self) -> SubtitleProfile
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 SubtitleProfile
impl Debug for SubtitleProfile
Source§impl Default for SubtitleProfile
impl Default for SubtitleProfile
Source§impl From<SubtitleProfile> for SubtitleProfile
impl From<SubtitleProfile> for SubtitleProfile
Source§fn from(value: SubtitleProfile) -> Self
fn from(value: SubtitleProfile) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SubtitleProfile> for SubtitleProfile
impl TryFrom<SubtitleProfile> for SubtitleProfile
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SubtitleProfile) -> Result<Self, ConversionError>
fn try_from(value: SubtitleProfile) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SubtitleProfile
impl RefUnwindSafe for SubtitleProfile
impl Send for SubtitleProfile
impl Sync for SubtitleProfile
impl Unpin for SubtitleProfile
impl UnwindSafe for SubtitleProfile
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