pub struct SubtitleTrack {
pub encoding: Option<String>,
}
Fields§
§encoding: Option<String>
Trait Implementations§
Source§impl Clone for SubtitleTrack
impl Clone for SubtitleTrack
Source§fn clone(&self) -> SubtitleTrack
fn clone(&self) -> SubtitleTrack
Returns a copy 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 SubtitleTrack
impl Debug for SubtitleTrack
Source§impl Hash for SubtitleTrack
impl Hash for SubtitleTrack
Source§impl PartialEq for SubtitleTrack
impl PartialEq for SubtitleTrack
impl Eq for SubtitleTrack
impl StructuralPartialEq for SubtitleTrack
Auto Trait Implementations§
impl Freeze for SubtitleTrack
impl RefUnwindSafe for SubtitleTrack
impl Send for SubtitleTrack
impl Sync for SubtitleTrack
impl Unpin for SubtitleTrack
impl UnwindSafe for SubtitleTrack
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