pub struct SubRipText;
Implementations§
Auto Trait Implementations§
impl Freeze for SubRipText
impl RefUnwindSafe for SubRipText
impl Send for SubRipText
impl Sync for SubRipText
impl Unpin for SubRipText
impl UnwindSafe for SubRipText
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