pub struct ClapperSubtitleStream { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperSubtitleStream
impl RefUnwindSafe for ClapperSubtitleStream
impl !Send for ClapperSubtitleStream
impl !Sync for ClapperSubtitleStream
impl !Unpin for ClapperSubtitleStream
impl UnsafeUnpin for ClapperSubtitleStream
impl UnwindSafe for ClapperSubtitleStream
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