struct SubtitleProfile {
format: String,
method: String,
}Fields§
§format: String§method: StringTrait Implementations§
Source§impl Debug for SubtitleProfile
impl Debug for SubtitleProfile
Auto Trait Implementations§
impl Freeze for SubtitleProfile
impl RefUnwindSafe for SubtitleProfile
impl Send for SubtitleProfile
impl Sync for SubtitleProfile
impl Unpin for SubtitleProfile
impl UnsafeUnpin 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